diff options
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Function/_zcalc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Zsh/Function/_zcalc b/Completion/Zsh/Function/_zcalc index a4b1e9701..093a7a91d 100644 --- a/Completion/Zsh/Function/_zcalc +++ b/Completion/Zsh/Function/_zcalc @@ -1,7 +1,7 @@ #compdef zcalc _arguments -s -w -S : \ - '-#[Specify default base]:base: ' \ - '-f[Force floating point for all expressions]' \ - '-e[Treat command line as expressions to be output immediately]' \ - '*:Expression: ' + '-#[specify default base]:base: ' \ + '-f[force floating point for all expressions]' \ + '-e[treat command line as expressions to be output immediately]' \ + '*:expression: ' |