diff options
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" |