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/_hash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Builtins/_hash') diff --git a/Completion/Builtins/_hash b/Completion/Builtins/_hash index 8d7e51503..4b2a8a6ca 100644 --- a/Completion/Builtins/_hash +++ b/Completion/Builtins/_hash @@ -9,13 +9,13 @@ common_args=( \ case ${service} in hash) - _arguments -C -s \ + _arguments -C -s -S \ '(-f -m -v)-r[empty hash table]' \ '(-f -r)-m[treat arguments as patterns]' \ '(-f -r -m)-v[list entires as they are added]' \ '(-f -r -v)-L[list in the form of calls to hash]' \ "${common_args[@]}" \ - '(-d -f -r -m -v)*:hash:->hashval' && return 0 + '(-d -f -r -m -v -L)*:hash:->hashval' && return 0 ;; rehash) _arguments -C -s ${common_args[@]} && return 0 -- cgit 1.4.1