From 82210cb954cc70708a0e22e6bc8c8ae8c22be749 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Sun, 10 Jan 2016 01:51:41 -0600 Subject: 37534: completion for OpenBSD's cu, fw_update and rcctl utils --- Completion/BSD/Command/_fw_update | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/BSD/Command/_fw_update (limited to 'Completion/BSD/Command/_fw_update') 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:' -- cgit v1.2.3