summaryrefslogtreecommitdiffstats
path: root/Completion/Debian/Command/_module-assistant
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Debian/Command/_module-assistant')
-rw-r--r--Completion/Debian/Command/_module-assistant3
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_module-assistant b/Completion/Debian/Command/_module-assistant
index b2c1e56ee..27c06bc5b 100644
--- a/Completion/Debian/Command/_module-assistant
+++ b/Completion/Debian/Command/_module-assistant
@@ -20,7 +20,7 @@ _module_assistant_commands=(
'purge[clear cache and remove all binary packages of source package]'
)
-_arguments -A \
+_arguments -s -S : \
'(-h --help)'{-h,--help}'[print help screen]' \
'(-v --verbose)'{-v,--verbose}'[be verbose, show full paths, etc.]' \
'(-q --quiet)'{-q,--quiet}'[the opposite of verbose]' \
@@ -34,4 +34,3 @@ _arguments -A \
'(-t --text-mode)'{-t,--text-mode}'[no progress bars]' \
'1:list of commands:_values -s , subcommands "${_module_assistant_commands[@]}"' \
'*:package: compadd /usr/src/modass/var_cache_modass/*.avail_version(N:t:r) /var/cache/modass/*.avail_version(N:t:r)'
-