diff options
Diffstat (limited to 'example_test.go')
| -rw-r--r-- | example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go index 8f308f1..ea123e4 100644 --- a/example_test.go +++ b/example_test.go @@ -136,7 +136,7 @@ func Example_helpText() { } // This example shows the usage string generated by go-arg with customized placeholders -func Example_helpDataname() { +func Example_helpPlaceholder() { // These are the args you would pass in on the command line os.Args = split("./example --help") |
