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 /mausezahn.zsh | |
parent | 7130cc471492e5c5cd1fccbb782bee65a8096d9d (diff) |
zsh: Unify completion help messages for --version and --help
Diffstat (limited to 'mausezahn.zsh')
-rw-r--r-- | mausezahn.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mausezahn.zsh b/mausezahn.zsh index 95a9e35..b6934db 100644 --- a/mausezahn.zsh +++ b/mausezahn.zsh @@ -62,6 +62,6 @@ _arguments -s -S \ "(-V -VV -VVV)"{-V,-VV,-VVV}"[Verbose and more verbose mode]" \ "-q[Quiet mode, even omit 'important' standard short messages]" \ "-S[Simulation mode: DOES NOT put anything on the wire, this is typically combined with one of the verbose modes (v or V)]" \ - "-v[Show version]:" \ - "-h[Print this help]:" \ + "-v[Show version and exit]:" \ + "-h[Print help and exit]:" \ "*::args:_gnu_generic" |