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 d2febf6..5e2a905 100644 --- a/example_test.go +++ b/example_test.go @@ -74,7 +74,7 @@ func Example_MultipleValues() { } // This example shows the usage string generated by go-arg -func Example_Usage() { +func Example_UsageString() { // These are the args you would pass in on the command line os.Args = []string{"--help"} |
