about summary refs log tree commit diff
path: root/Completion/BSD/Command/_sysmerge
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_sysmerge')
-rw-r--r--Completion/BSD/Command/_sysmerge6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_sysmerge b/Completion/BSD/Command/_sysmerge
new file mode 100644
index 000000000..00ee18299
--- /dev/null
+++ b/Completion/BSD/Command/_sysmerge
@@ -0,0 +1,6 @@
+#compdef sysmerge
+
+_arguments -s : \
+  '-b[run non-interactively]' \
+  '-d[do not take any automatic action]' \
+  '-p[only compare configuration of packages]'