about summary refs log tree commit diff
path: root/Completion/BSD/Command/_syspatch
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_syspatch')
-rw-r--r--Completion/BSD/Command/_syspatch7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_syspatch b/Completion/BSD/Command/_syspatch
new file mode 100644
index 000000000..850636d09
--- /dev/null
+++ b/Completion/BSD/Command/_syspatch
@@ -0,0 +1,7 @@
+#compdef syspatch
+
+_arguments \
+  '(   -l -R -r)-c[list available patches]' \
+  '(-c    -R -r)-l[list installed patches]' \
+  '(-c -l    -r)-R[revert all patches]' \
+  '(-c -l -R   )-r[revert the most recently installed patch]'