Add --color completion for diff

This commit is contained in:
evuez 2018-10-02 17:37:37 +02:00 committed by Fabian Homborg
parent 64783428d4
commit f3cee81338

View File

@ -24,3 +24,4 @@ complete -c diff -l to-file -r -d "Compare FILE2 to all operands"
complete -c diff -s l -l paginate -d "Pass the output through 'pr'"
complete -c diff -s v -l version -d "Display version and exit"
complete -c diff -l help -d "Display help and exit"
complete -c diff -l color -d "Colorize the output"