summary refs log tree commit diff
path: root/Completion/BSD/Command/_fw_update
diff options
context:
space:
mode:
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:'