summaryrefslogtreecommitdiff
path: root/ifpps.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-03-23 13:51:58 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-03-23 13:51:58 +0100
commit110c9faccb7bd528d67c202721f33d9fd382a19a (patch)
tree80a4b9f60e8677f4f513c72bea8caea0b3cfbbc8 /ifpps.zsh
parent7130cc471492e5c5cd1fccbb782bee65a8096d9d (diff)
zsh: Unify completion help messages for --version and --help
Diffstat (limited to 'ifpps.zsh')
-rw-r--r--ifpps.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ifpps.zsh b/ifpps.zsh
index 88a9c22..a1b3dd4 100644
--- a/ifpps.zsh
+++ b/ifpps.zsh
@@ -27,6 +27,6 @@ _arguments -s -S \
"(-o --omit-header)"{-o,--omit-header}"[Do not print the CSV header]" \
"(-m --median)"{-m,--median}"[Display median values]" \
"(-W --no-warn)"{-W,--no-warn}"[Suppress warnings]" \
- {-v,--version}"[Print version]:" \
- {-h,--help}"[Print this help]:" \
+ {-v,--version}"[Print version and exit]:" \
+ {-h,--help}"[Print help and exit]:" \
"*::args:_gnu_generic"