From b84399b9cbb93f199d695d7cb264c44178a8d5e0 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 31 Jul 2003 15:26:13 +0000 Subject: tidy up of many completions (updates, fixes, improvements and plain aesthetics) --- Completion/Debian/Command/_debsign | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'Completion/Debian/Command/_debsign') diff --git a/Completion/Debian/Command/_debsign b/Completion/Debian/Command/_debsign index c706cb1c3..cd8c96dad 100644 --- a/Completion/Debian/Command/_debsign +++ b/Completion/Debian/Command/_debsign @@ -1,14 +1,15 @@ #compdef debsign -_arguments '-r[copy .changes file from remote host]:[username@]remotehost' \ - '-p[program with which to sign]:program name' \ - '-m[maintainer]:maintainer name and email address' \ - '-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]' \ - '-a[architecture]:Debian architecture' \ - '-t[GNU system type]:GNU system type' \ - '--help[help]' \ - '--version[version]' \ - '*:changes or dsc file:_files -g "*.(changes|dsc)"' +_arguments \ + '-r[copy .changes file from remote host]: :_user_at_host' \ + '-p[program with which to sign]:program name' \ + '-m[maintainer]:maintainer name and email address' \ + '-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]' \ + '-a[architecture]:Debian architecture' \ + '-t[GNU system type]:GNU system type' \ + '--help[display help information]' \ + '--version[display version information]' \ + '*:changes or dsc file:_files -g "*.(changes|dsc)"' -- cgit 1.4.1