diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-01 10:02:28 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-01 10:02:28 +0000 |
commit | 9f63db611a8ee2becff902949398447fd55dfccc (patch) | |
tree | 724921d7954a72efa3db7463bb1a189b467be5ef /Completion/Debian/Command/_apt-move | |
parent | f688a43ac2bc022bcf498f7cd2da5ab0dc3c0193 (diff) | |
download | zsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.gz zsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.xz zsh-9f63db611a8ee2becff902949398447fd55dfccc.zip |
21294: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Debian/Command/_apt-move')
-rw-r--r-- | Completion/Debian/Command/_apt-move | 10 |
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 |