diff --git a/tools/tools/indent_wrapper/indent_wrapper.c b/tools/tools/indent_wrapper/indent_wrapper.c index 537efb02c076..d9aab17a0894 100644 --- a/tools/tools/indent_wrapper/indent_wrapper.c +++ b/tools/tools/indent_wrapper/indent_wrapper.c @@ -354,13 +354,15 @@ usage(void) "\t" "-v Increase verbosity\n" "\t" "-d Check output from git diff\n" "\t" "-D Check output from svn diff\n" + "\t" "-c Set custom command to produce diff\n" "\t" "-g Check output from git hash\n" "\t" "-s Check output from svn revision\n" "\t" "-t Launch external diff tool\n" "\n" "Examples:\n" "\t" "indent_wrapper -D\n" - "\t" "indent_wrapper -D -t meld\n"); + "\t" "indent_wrapper -D -t meld\n" + "\t" "indent_wrapper -D -t \"diff -u\"\n"); exit(EX_SOFTWARE); }