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