aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/patch.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-13 06:33:28 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-13 06:33:28 +1000
commitc60b62de73a3e0332930f8ed0e81d2b22ce8b4b7 (patch)
tree1140a15600a1199a45841fe1edaa0112a9e9892c /share/completions/patch.fish
parent2e5821c17df189a8885b4a3bfb81e7192ee9d1a3 (diff)
Minor addition for completions to the patch command
darcs-hash:20060612203328-ac50b-e06d8dd7f9325cc06f59f6386eaedb181f1bd881.gz
Diffstat (limited to 'share/completions/patch.fish')
-rw-r--r--share/completions/patch.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/patch.fish b/share/completions/patch.fish
index d46aad85..668999e2 100644
--- a/share/completions/patch.fish
+++ b/share/completions/patch.fish
@@ -1,5 +1,5 @@
#
-#Completions for patch
+# Completions for patch
#
complete -c patch -s b -l backup -d (N_ "Make backup files, when patching a file, rename or copy the original instead of removing it")
@@ -24,7 +24,7 @@ complete -c patch -s N -l forward -d (N_ "Ignore patches that seem to be reverse
complete -c patch -s o -l output -r -f -d (N_ "Send output to outfile instead of patching files in place")
complete -c patch -s p -l strip -r -f -d (N_ "Strip the smallest prefix containing num leading slashes from each file name found in the patch file")
complete -c patch -l posix -d (N_ "Conform more strictly to the POSIX standard")
-complete -c patch -l quoting-style -r -f -d (N_ "Use style word to quote output names")
+complete -c patch -l quoting-style -r -f -d (N_ "Use style word to quote output names") -a "literal shell shell-always c escape"
complete -c patch -s r -l reject-file -r -f -d (N_ "Put rejects into rejectfile instead of the default .rej file")
complete -c patch -s R -l reverse -d (N_ "Assume that this patch was created with the old and new files swapped")
complete -c patch -s s -l silent -l quiet -d (N_ "Work silently, unless an error occurs")