Add -a and --text to common diff options help
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index f80f64608ace15a212f22f40cc44192376f7b8da..8ab0448a12e163b0941c05aba4f0a4d9c7a6cfb7 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -162,7 +162,8 @@ extern void diffcore_std_no_resolve(struct diff_options *);
 "  -O<file>      reorder diffs according to the <file>.\n" \
 "  -S<string>    find filepair whose only one side contains the string.\n" \
 "  --pickaxe-all\n" \
-"                show all files diff when -S is used and hit is found.\n"
+"                show all files diff when -S is used and hit is found.\n" \
+"  -a  --text    treat all files as text.\n"
 
 extern int diff_queue_is_empty(void);
 extern void diff_flush(struct diff_options*);