aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/apt-move.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/apt-move.fish')
-rw-r--r--init/completions/apt-move.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/apt-move.fish b/init/completions/apt-move.fish
index 31941ccc..915ce894 100644
--- a/init/completions/apt-move.fish
+++ b/init/completions/apt-move.fish
@@ -12,7 +12,7 @@ complete -f -c apt-move -a mirror -d (_ "Download package missing from mirror")
complete -f -c apt-move -a sync -d (_ "Sync packages installed")
complete -f -c apt-move -a exclude -d 'test $LOCALDIR/.exclude file'
complete -c apt-move -a movefile -d (_ "Move file specified on commandline")
-complete -f -c apt-move -a listbin -d (_ "List packags that may serve as input to mirrorbin or mirrorsource" )
+complete -f -c apt-move -a listbin -d (_ "List packages that may serve as input to mirrorbin or mirrorsource" )
complete -f -c apt-move -a mirrorbin -d (_ "Fetch package from STDIN")
complete -f -c apt-move -a mirrorsrc -d (_ "Fetch source package from STDIN")
complete -f -c apt-move -s a -d (_ "Process all packages")