From fa769f27d628bb03d0c6f9b3e3fc7c83c7fa8bb5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 5 May 2015 14:47:11 +0100 Subject: unposted: fix descriptions in previous -zcalc commit (cosmetic) --- ChangeLog | 2 ++ Completion/Zsh/Function/_zcalc | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7a2c0553..8afa7a877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-05-05 Peter Stephenson + * unposted: fix descriptions in previous commit (cosmetic). + * 35033: Completion/Zsh/Function/_zcalc: trivial completion. 2015-05-04 Oliver Kiddle 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: ' -- cgit 1.4.1