aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/apt-src.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-10 00:47:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-10 00:47:30 +1000
commitfaa23a33ec2943ddb602c59a6c82aff1b188bd14 (patch)
treecb6423e17e9835288ed8188f491cec23952f2b99 /init/completions/apt-src.fish
parentae511451fe04ce9e8b6934eaf687c8cdf64780bf (diff)
Minor completion description tweaks, try to use the same description for the same situation in multiple commands, to decrease number of strings to translate
darcs-hash:20060109144730-ac50b-02c888d17745b5406e099040e12130fb2a419276.gz
Diffstat (limited to 'init/completions/apt-src.fish')
-rw-r--r--init/completions/apt-src.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/apt-src.fish b/init/completions/apt-src.fish
index a3fd9324..cbfbafd5 100644
--- a/init/completions/apt-src.fish
+++ b/init/completions/apt-src.fish
@@ -1,5 +1,5 @@
#apt-src
-complete -c apt-src -s h -l help -d (_ "Apt-src command help")
+complete -c apt-src -s h -l help -d (_ "Display help and exit")
complete -f -c apt-src -a "update" -d (_ "Update list of src pkgs")
complete -f -c apt-src -a "install" -d (_ "Install src pkgs")
complete -f -c apt-src -a "upgrade" -d (_ "Upgrade src pkgs")