about summary refs log tree commit diff
path: root/Completion/Debian/Command/_debsign
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-07-31 15:26:13 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-07-31 15:26:13 +0000
commitb84399b9cbb93f199d695d7cb264c44178a8d5e0 (patch)
treeaf329c706dd4104718b02c78e2009f9488ad59e5 /Completion/Debian/Command/_debsign
parent27665b32d6e1f60d6e786baa2478aa396f7e9b98 (diff)
downloadzsh-b84399b9cbb93f199d695d7cb264c44178a8d5e0.tar.gz
zsh-b84399b9cbb93f199d695d7cb264c44178a8d5e0.tar.xz
zsh-b84399b9cbb93f199d695d7cb264c44178a8d5e0.zip
tidy up of many completions (updates, fixes, improvements and plain aesthetics)
Diffstat (limited to 'Completion/Debian/Command/_debsign')
-rw-r--r--Completion/Debian/Command/_debsign25
1 files changed, 13 insertions, 12 deletions
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)"'