aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/chmod.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-10-29 04:39:24 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-10-29 04:39:24 +1000
commitd724b160eaf7ed6d460fd6b9009356b34bfded47 (patch)
tree80f755861d12dee955cec9b73f898ac7c53342e5 /share/completions/chmod.fish
parent7a4dc6f7008793628f1aec039dcbadfc8214acf9 (diff)
Add command specific comlpetions for chmod
darcs-hash:20071028183924-75c98-e73d8ce3ba9da36a70ef849df3c309f9f188ba68.gz
Diffstat (limited to 'share/completions/chmod.fish')
-rw-r--r--share/completions/chmod.fish16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/completions/chmod.fish b/share/completions/chmod.fish
new file mode 100644
index 00000000..7a8c1114
--- /dev/null
+++ b/share/completions/chmod.fish
@@ -0,0 +1,16 @@
+#
+# Command specific completions for the chmod 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 chmod -s c -l changes --description 'Like verbose but report only when a change is made'
+complete -c chmod -l no-preserve-root --description 'Do not treat / specially (the default)'
+complete -c chmod -l preserve-root --description 'Fail to operate recursively on /'
+complete -c chmod -s f -l silent -l quiet --description 'Suppress most error messages'
+complete -c chmod -s v -l verbose --description 'Output a diagnostic for every file processed'
+complete -c chmod -l reference --description 'Use RFILEs mode instead of MODE values' -r
+complete -c chmod -s R -l recursive --description 'Change files and directories recursively'
+complete -c chmod -l help --description 'Display help and exit'
+complete -c chmod -l version --description 'Display version and exit'