diff options
Diffstat (limited to 'ifpps.zsh')
-rw-r--r-- | ifpps.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |