From 9f9b6e165516c4ee59b1f5b609a6890ccc3d598f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 5 May 2000 13:38:45 +0000 Subject: completion function cleanup for `_arguments' with the `-C' option and using it's return value (11195) --- Completion/AIX/_lsdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/AIX') diff --git a/Completion/AIX/_lsdev b/Completion/AIX/_lsdev index 0d249f440..aca78c295 100644 --- a/Completion/AIX/_lsdev +++ b/Completion/AIX/_lsdev @@ -14,7 +14,7 @@ _arguments -C \ '-r[display set of values in a column]:columnname:->columnname' \ '(-P)-S[specify a device state]:device state:(Available Defined Stopped)' \ '-s[specify a device subclass]:device subclass:->subclass' \ - '-t[specify a device type name]:device type name:->devtype' + '-t[specify a device type name]:device type name:->devtype' && return 0 case $state in class) -- cgit 1.4.1