about summary refs log tree commit diff
path: root/Completion/BSD/Command/_sysupgrade
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_sysupgrade')
-rw-r--r--Completion/BSD/Command/_sysupgrade9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_sysupgrade b/Completion/BSD/Command/_sysupgrade
new file mode 100644
index 000000000..b1144b0d5
--- /dev/null
+++ b/Completion/BSD/Command/_sysupgrade
@@ -0,0 +1,9 @@
+#compdef sysupgrade
+
+_arguments -s -S -A '-*' : \
+  '-f[force an already applied upgrade]' \
+  '-k[keep the downloaded files]' \
+  '-n[do not reboot]' \
+  '(-s)-r[upgrade to the next release]' \
+  '(-r)-s[upgrade to a snapshot]' \
+  ':installurl:'