aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-zip-inst.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/apt-zip-inst.fish')
-rw-r--r--share/completions/apt-zip-inst.fish14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/completions/apt-zip-inst.fish b/share/completions/apt-zip-inst.fish
index d19ab31f..d3726c27 100644
--- a/share/completions/apt-zip-inst.fish
+++ b/share/completions/apt-zip-inst.fish
@@ -1,10 +1,10 @@
#apt-zip-inst
-complete -c apt-zip-inst -s h -l help -d (N_ "Display help and exit")
-complete -f -c apt-zip-inst -s V -l version -d (N_ "Display version and exit")
-complete -c apt-zip-inst -s m -l medium -d (N_ "Removable medium")
-complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" -d (N_ "Select an action")
-complete -c apt-zip-inst -s p -l packages -d (N_ "List of packages to install")
-complete -f -c apt-zip-inst -s f -l fix-broken -d (N_ "Fix broken option")
-complete -c apt-zip-inst -l skip-mount -d (N_ "Specify a non-mountpoint dir")
+complete -c apt-zip-inst -s h -l help --description "Display help and exit"
+complete -f -c apt-zip-inst -s V -l version --description "Display version and exit"
+complete -c apt-zip-inst -s m -l medium --description "Removable medium"
+complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" --description "Select an action"
+complete -c apt-zip-inst -s p -l packages --description "List of packages to install"
+complete -f -c apt-zip-inst -s f -l fix-broken --description "Fix broken option"
+complete -c apt-zip-inst -l skip-mount --description "Specify a non-mountpoint dir"