aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-move.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-26 11:26:31 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-26 11:26:31 +1000
commitcfecb58bb6612ea3775b4c41a27f97d6181f5e7d (patch)
tree03dd0d2f11e0031483a28afde4d1a229e6fbf87a /share/completions/apt-move.fish
parent11c2ec91d4fe192b067880d430c562e8e160b4ca (diff)
Fix various completions that didno't drop the N_ no-op
darcs-hash:20070126012631-ac50b-4e13c06ddbf73f05a0a26824c71dbb96aa7ce0b9.gz
Diffstat (limited to 'share/completions/apt-move.fish')
-rw-r--r--share/completions/apt-move.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/apt-move.fish b/share/completions/apt-move.fish
index 1870bd3e..6d53ed8b 100644
--- a/share/completions/apt-move.fish
+++ b/share/completions/apt-move.fish
@@ -12,7 +12,7 @@ complete -f -c apt-move -a mirror --description "Download package missing from m
complete -f -c apt-move -a sync --description "Sync packages installed"
complete -f -c apt-move -a exclude -d 'test $LOCALDIR/.exclude file'
complete -c apt-move -a movefile --description "Move file specified on commandline"
-complete -f -c apt-move -a listbin -d (N_ "List packages that may serve as input to mirrorbin or mirrorsource" )
+complete -f -c apt-move -a listbin --description 'List packages that may serve as input to mirrorbin or mirrorsource'
complete -f -c apt-move -a mirrorbin --description "Fetch package from STDIN"
complete -f -c apt-move -a mirrorsrc --description "Fetch source package from STDIN"
complete -f -c apt-move -s a --description "Process all packages"