diff options
Diffstat (limited to 'init/completions/apt-zip-inst.fish')
-rw-r--r-- | init/completions/apt-zip-inst.fish | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/init/completions/apt-zip-inst.fish b/init/completions/apt-zip-inst.fish index 8fe7bb3d..4fbf840a 100644 --- a/init/completions/apt-zip-inst.fish +++ b/init/completions/apt-zip-inst.fish @@ -1,10 +1,10 @@ #apt-zip-inst -complete -c apt-zip-inst -s h -l help -d "apt-zip-inst command help" -complete -f -c apt-zip-inst -s V -l version -d "show version" -complete -c apt-zip-inst -s m -l medium -d "removable medium" -complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" -d "select an action" -complete -c apt-zip-inst -s p -l packages -d "list of pkgs to install" -complete -f -c apt-zip-inst -s f -l fix-broken -d "fix broken option" -complete -c apt-zip-inst -l skip-mount -d "specify a non-mountpoint dir" +complete -c apt-zip-inst -s h -l help -d (_ "Display help and exit") +complete -f -c apt-zip-inst -s V -l version -d (_ "Show version") +complete -c apt-zip-inst -s m -l medium -d (_ "Removable medium") +complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" -d (_ "Select an action") +complete -c apt-zip-inst -s p -l packages -d (_ "List of pkgs to install") +complete -f -c apt-zip-inst -s f -l fix-broken -d (_ "Fix broken option") +complete -c apt-zip-inst -l skip-mount -d (_ "Specify a non-mountpoint dir") |