summaryrefslogtreecommitdiff
path: root/example_test.go
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2015-11-01 13:24:35 -0800
committerAlex Flint <[email protected]>2015-11-01 13:24:35 -0800
commitf042ab6386919a178d014ea8b3cd958e39148a7a (patch)
tree633968b9e375c5c944bcb27f44d42373b8427af9 /example_test.go
parentcd9f5188a8b221ea732e8146a5b8fc75c0498d91 (diff)
add .travis.yml
Diffstat (limited to 'example_test.go')
-rw-r--r--example_test.go2
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"}