From 40e13049874fcb801295849509fc4128fa1c91d9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 22 Feb 2001 14:28:47 +0000 Subject: 13520: use services and shorten description in _vars_eq --- Completion/Builtins/_vars_eq | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion') diff --git a/Completion/Builtins/_vars_eq b/Completion/Builtins/_vars_eq index 6ccf6a39c..8bc8e6e63 100644 --- a/Completion/Builtins/_vars_eq +++ b/Completion/Builtins/_vars_eq @@ -6,8 +6,8 @@ local -a args allargs=( \ A '(-E -F -L -R -T -U -Z -a -f -i -m)-A[specify that arguments refer to associative arrays]' \ - E '(-A -F -L -R -T -U -Z -a -f -i -m)-E[represent internally as floating point, use engineering notation on output]' \ - F '(-A -E -L -R -T -U -Z -a -f -i -m)-F[represent internally as floating point, use fixed point decimal on output]' \ + E '(-A -F -L -R -T -U -Z -a -f -i -m)-E[floating point, use engineering notation on output]' \ + F '(-A -E -L -R -T -U -Z -a -f -i -m)-F[floating point, use fixed point decimal on output]' \ L '(-A -E -F -f -i)-L+[left justify and remove leading blanks from value]:width' \ R '(-A -E -F -f -i)-R+[right justify and fill with leading blanks]:width' \ T '(-A -E -F -a -f -g -h -i -l -m -t)-T[tie scalar to array]' \ @@ -33,7 +33,7 @@ allargs=( \ use="AEFLRTUZafghilmrtux" -case ${words[1]} in +case ${service} in float) use="EFghlrtux";; functions) use="Umtu" -- cgit 1.4.1