diff options
Diffstat (limited to 'example/README.md.template')
| -rw-r--r-- | example/README.md.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README.md.template b/example/README.md.template index c19c1cd..b76ae45 100644 --- a/example/README.md.template +++ b/example/README.md.template | |||
| @@ -81,6 +81,6 @@ to have a `value` method so it can provide that in the output. | |||
| 81 | 81 | ||
| 82 | ``` | 82 | ``` |
| 83 | $ zig-out/bin/usage --help | 83 | $ zig-out/bin/usage --help |
| 84 | [-hv] [--value <N>] | 84 | [-hv] [--value <str>] |
| 85 | ``` | 85 | ``` |
| 86 | 86 | ||