Signed-off-by: Stephan Feder <sf@xxxxxxxx> --- diff.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/diff.h b/diff.h index f80f646..8ab0448 100644 --- a/diff.h +++ b/diff.h @@ -162,7 +162,8 @@ #define COMMON_DIFF_OPTIONS_HELP \ " -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*); -- 1.4.1.gbc483 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html