aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/complete.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-26 01:45:45 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-26 01:45:45 +1000
commit0a603a56c6ae8b0d88ed589784cc167870eaa1e8 (patch)
tree331dab7cda0a58885c981830748e40ef39f843c2 /share/completions/complete.fish
parent046dd82995690358bc119483d0b8681bd7b40058 (diff)
Minor bugfix for the completions for the complete builtin
darcs-hash:20060825154545-ac50b-eaa8b210ddc6fb6a089deb5c2b19723bd92228f3.gz
Diffstat (limited to 'share/completions/complete.fish')
-rw-r--r--share/completions/complete.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/complete.fish b/share/completions/complete.fish
index 177c6b1b..9681ee3e 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