about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_arguments
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Rpm/_rpm_arguments')
-rw-r--r--Completion/Rpm/_rpm_arguments8
1 files changed, 8 insertions, 0 deletions
diff --git a/Completion/Rpm/_rpm_arguments b/Completion/Rpm/_rpm_arguments
new file mode 100644
index 000000000..caac00b25
--- /dev/null
+++ b/Completion/Rpm/_rpm_arguments
@@ -0,0 +1,8 @@
+#autoload
+
+_arguments \
+  -{v,vv} \
+  '-rcfile:resource file:_files' \
+  '--ftpproxy:FTP proxy server:_hosts' \
+  '--ftpport:FTP port number:' \
+  "$@"