From 9f63db611a8ee2becff902949398447fd55dfccc Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 1 Jun 2005 10:02:28 +0000 Subject: 21294: fix incorrectly capitalized completion descriptions --- Completion/Debian/Command/_apt-move | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Completion/Debian/Command/_apt-move') 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 -- cgit v1.2.3