From ca49920f6f8e7de3463757662841c608ca978888 Mon Sep 17 00:00:00 2001 From: Stephan Feder Date: Fri, 7 Jul 2006 15:57:08 +0200 Subject: [PATCH] Add -a and --text to common diff options help Signed-off-by: Stephan Feder Signed-off-by: Junio C Hamano --- diff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diff.h b/diff.h index f80f64608..8ab0448a1 100644 --- a/diff.h +++ b/diff.h @@ -162,7 +162,8 @@ extern void diffcore_std_no_resolve(struct diff_options *); " -O reorder diffs according to the .\n" \ " -S 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*); -- 2.30.2