From 110c9faccb7bd528d67c202721f33d9fd382a19a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 23 Mar 2014 13:51:58 +0100 Subject: zsh: Unify completion help messages for --version and --help --- flowtop.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flowtop.zsh') diff --git a/flowtop.zsh b/flowtop.zsh index 878931c..c85c029 100644 --- a/flowtop.zsh +++ b/flowtop.zsh @@ -20,6 +20,6 @@ _arguments -s -S \ "(-S --sctp)"{-S,--sctp}"[Show only SCTP flows]" \ "(-s --show-src)"{-s,--show-src}"[Also show source, not only dest]" \ "(-u --update)"{-u,--update}"[Update GeoIP databases]" \ - {-v,--version}"[Print version]:" \ - {-h,--help}"[Print this help]:" \ + {-v,--version}"[Print version and exit]:" \ + {-h,--help}"[Print help and exit]:" \ "*::args:_gnu_generic" -- cgit v1.2.3-54-g00ecf