diff options
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/Command/_apt-file | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Debian/Command/_apt-file b/Completion/Debian/Command/_apt-file index fcc0482e9..eddbbdcf5 100644 --- a/Completion/Debian/Command/_apt-file +++ b/Completion/Debian/Command/_apt-file @@ -24,10 +24,10 @@ _apt-file() { case $state in cmds) cmds=( - 'update:Resynchronize package contents' - 'search:Search in which package file is included' - 'list:List contents of a package' - 'show:Alias for list' + 'update:resynchronize package contents' + 'search:search in which package file is included' + 'list:list contents of a package' + 'show:alias for list' 'purge:remove all Contents-<ARCH>.gz files in cache directory' ) _describe -t commands 'apt-list command' cmds && ret=0 |