diff options
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r-- | Completion/Debian/Command/_bug | 4 | ||||
-rw-r--r-- | Completion/Debian/Command/_debsign | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug index 8b87867c7..d0fe5fa39 100644 --- a/Completion/Debian/Command/_bug +++ b/Completion/Debian/Command/_bug @@ -129,9 +129,9 @@ _arguments '(--no-config-files)-c[exclude configs from report]' \ querybts) _arguments '(--web)-w[launch external web browser]' \ '(-w)--web' \ - '(--archive)-A[Browse archived bugs]' \ + '(--archive)-A[browse archived bugs]' \ '(-A)--archive' \ - '(--source)-s[Query for source packages rather than binary]' \ + '(--source)-s[query for source packages rather than binary]' \ '(-s)--source' \ '(--version)-v[show version]' \ '(-v)--version' \ diff --git a/Completion/Debian/Command/_debsign b/Completion/Debian/Command/_debsign index 6426ad646..c706cb1c3 100644 --- a/Completion/Debian/Command/_debsign +++ b/Completion/Debian/Command/_debsign @@ -6,7 +6,7 @@ _arguments '-r[copy .changes file from remote host]:[username@]remotehost' \ '-e[maintainer]:maintainer name and email address' \ '-k[key ID to use for signing]:keyid' \ '-s[argument style for signing program]:gpg or pgp' \ - '-S[Look for source-only .changes file]' \ + '-S[look for source-only .changes file]' \ '-a[architecture]:Debian architecture' \ '-t[GNU system type]:GNU system type' \ '--help[help]' \ |