aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/groupadd.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-20 12:08:16 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-20 12:08:16 +1000
commit75e26f0f941bbcfbc424b3c58e19b747cd5b8584 (patch)
tree0205b3dbd083b0a9067c57f3ea258f7f75033340 /share/completions/groupadd.fish
parent8cacb333473afcaec4611bf36df493c18287f5c3 (diff)
Add completions for various user and group adding commands. Skip addgroup, since manual page was actually for adduser, most switches weren't applicable and I was too lazy to guess which ones.
darcs-hash:20080120020816-75c98-f937df6cb6789868a1385bfc3eb48f5ddefb3c43.gz
Diffstat (limited to 'share/completions/groupadd.fish')
-rw-r--r--share/completions/groupadd.fish12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/completions/groupadd.fish b/share/completions/groupadd.fish
new file mode 100644
index 00000000..841e6791
--- /dev/null
+++ b/share/completions/groupadd.fish
@@ -0,0 +1,12 @@
+#
+# Command specific completions for the groupadd command.
+# These completions where generated from the commands
+# man page by the make_completions.py script, but may
+# have been hand edited since.
+#
+
+complete -c groupadd -s f --description 'Exit with success status if the specified group already exists'
+complete -c groupadd -s g --description 'The numerical value of the group\'s ID'
+complete -c groupadd -s h -l help --description 'Display help message and exit'
+complete -c groupadd -s K --description 'Overrides default key/value pairs from /etc/login'
+complete -c groupadd -s o --description 'This option permits to add group with non-unique GID'