about summary refs log tree commit diff
path: root/Completion/Debian/Command/_apt-move
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Debian/Command/_apt-move')
-rw-r--r--Completion/Debian/Command/_apt-move10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Debian/Command/_apt-move b/Completion/Debian/Command/_apt-move
index e011053fd..8194c921d 100644
--- a/Completion/Debian/Command/_apt-move
+++ b/Completion/Debian/Command/_apt-move
@@ -3,11 +3,11 @@
 local state line
 
 _arguments \
-  '-c[Specify an alternative configuration file]' \
-  '-d[Override the DIST setting]' \
-  '-f[Override the MAXDELETE setting]' \
-  '-q[Be quiet; suppress normal output]' \
-  '-t[Show what apt-move would do, but do not actually do anything]' \
+  '-c[specify an alternative configuration file]' \
+  '-d[override the DIST setting]' \
+  '-f[override the MAXDELETE setting]' \
+  '-q[be quiet; suppress normal output]' \
+  '-t[show what apt-move would do, but do not actually do anything]' \
   '1: :->cmds' \
   '*: :->args' && return 0