summaryrefslogtreecommitdiffstats
path: root/Completion/BSD/Command/_fw_update
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2016-01-10 01:51:41 -0600
committerEric Cook <illua@users.sourceforge.net>2016-01-10 14:10:06 -0500
commit82210cb954cc70708a0e22e6bc8c8ae8c22be749 (patch)
tree4a292131ae93647ca71eeb05fa86caed966258ab /Completion/BSD/Command/_fw_update
parentJun T.: 37515: multibyte handling as per 35448. (diff)
downloadzsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.tar
zsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.tar.gz
zsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.tar.bz2
zsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.tar.lz
zsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.tar.xz
zsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.tar.zst
zsh-82210cb954cc70708a0e22e6bc8c8ae8c22be749.zip
37534: completion for OpenBSD's cu, fw_update and rcctl utils
Diffstat (limited to 'Completion/BSD/Command/_fw_update')
-rw-r--r--Completion/BSD/Command/_fw_update10
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_fw_update b/Completion/BSD/Command/_fw_update
new file mode 100644
index 000000000..b01749f3f
--- /dev/null
+++ b/Completion/BSD/Command/_fw_update
@@ -0,0 +1,10 @@
+#compdef fw_update
+
+_arguments -s -S -A "-*" \
+ '(*)-a[install or update firmware for all drivers]' \
+ '-d[delete drivers instead of adding them]' \
+ '-i[display information]' \
+ '-n[dry run]' \
+ '-p[use the firmware at specified path]:path:' \
+ '*-v[verbose output]' \
+ '(-a)*:driver:'