Minor bugfix for the completions for the complete builtin

darcs-hash:20060825154545-ac50b-eaa8b210ddc6fb6a089deb5c2b19723bd92228f3.gz
This commit is contained in:
axel 2006-08-26 01:45:45 +10:00
parent 046dd82995
commit 0a603a56c6

View file

@ -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