From 0a603a56c6ae8b0d88ed589784cc167870eaa1e8 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 26 Aug 2006 01:45:45 +1000 Subject: [PATCH] Minor bugfix for the completions for the complete builtin darcs-hash:20060825154545-ac50b-eaa8b210ddc6fb6a089deb5c2b19723bd92228f3.gz --- share/completions/complete.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/complete.fish b/share/completions/complete.fish index 177c6b1bc..9681ee3e7 100644 --- a/share/completions/complete.fish +++ b/share/completions/complete.fish @@ -12,4 +12,4 @@ complete -c complete -s u -l unauthorative -d (N_ "Option list is not complete") complete -c complete -s e -l erase -d (N_ "Remove completion") complete -c complete -s h -l help -d (N_ "Display help and exit") complete -c complete -s C -l do-complete -d (N_ "Print all completions for the specified commandline") -complete -c complete -s n -l complete -d (N_ "The completion should only be used if the specified command has a zero exit status") -r +complete -c complete -s n -l condition -d (N_ "The completion should only be used if the specified command has a zero exit status") -r