diff options
| author | Andrew Morozko <[email protected]> | 2019-11-30 22:31:08 +0300 |
|---|---|---|
| committer | Andrew Morozko <[email protected]> | 2019-11-30 22:31:08 +0300 |
| commit | 9d4521ce8be4871b3ba85cb1bfa96f4b074f505b (patch) | |
| tree | 75a1540bde1cf3b46b45854e5043ca2100638888 /example_test.go | |
| parent | c49d847704e85799f121453cb424659a1ba43f82 (diff) | |
Final improvements
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") |
