diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-03-23 13:51:58 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-03-23 13:51:58 +0100 |
commit | 110c9faccb7bd528d67c202721f33d9fd382a19a (patch) | |
tree | 80a4b9f60e8677f4f513c72bea8caea0b3cfbbc8 /trafgen.zsh | |
parent | 7130cc471492e5c5cd1fccbb782bee65a8096d9d (diff) |
zsh: Unify completion help messages for --version and --help
Diffstat (limited to 'trafgen.zsh')
-rw-r--r-- | trafgen.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trafgen.zsh b/trafgen.zsh index adfd8ad..6ebcda1 100644 --- a/trafgen.zsh +++ b/trafgen.zsh @@ -53,6 +53,6 @@ _arguments -s -S \ "(-e --example)"{-e,--example}"[Show built-in packet config example]:" \ "(-V --verbose)"{-V,--verbose}"[Be more verbose]" \ "(-C --no-cpu-stats)"{-C,--no-cpu-stats}"[Do not print CPU time statistics on exit]" \ - {-v,--version}"[Show version]:" \ + {-v,--version}"[Show version and exit]:" \ {-h,--help}"[Guess what?!]:" \ "*::args:_gnu_generic" |