From b9c58a73ac2eace89340b268db852c8a158bd707 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 1 Apr 2001 16:19:15 +0000 Subject: various doc fixes and minor completion function changes, most of which are to use the -A "-*" and -S options to _arguments (13863) --- Completion/Builtins/_read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Builtins/_read') diff --git a/Completion/Builtins/_read b/Completion/Builtins/_read index a648701d9..e49336475 100644 --- a/Completion/Builtins/_read +++ b/Completion/Builtins/_read @@ -6,7 +6,7 @@ local pflag expl line curcontext="$curcontext" (:>&p) 2>/dev/null && pflag='(-q -u -z)-p[input is read from the coprocess]' -_arguments -C -s \ +_arguments -C -s -A "-*" -S \ '-r[raw mode]' \ '(-p -k -u -z)-q[read y or n character from terminal]' \ '(-q)-k[specify number of characters to read]:number of characters' \ -- cgit 1.4.1