about summary refs log tree commit diff
path: root/Completion/Debian/Command/_debsign
diff options
context:
space:
mode:
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)"'