Skip to content

Commit ca49920

Browse files
Stephan FederJunio C Hamano
authored andcommitted
Add -a and --text to common diff options help
Signed-off-by: Stephan Feder <sf@b-i-t.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 63ac450 commit ca49920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

diff.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ extern void diffcore_std_no_resolve(struct diff_options *);
162162
" -O<file> reorder diffs according to the <file>.\n" \
163163
" -S<string> find filepair whose only one side contains the string.\n" \
164164
" --pickaxe-all\n" \
165-
" show all files diff when -S is used and hit is found.\n"
165+
" show all files diff when -S is used and hit is found.\n" \
166+
" -a --text treat all files as text.\n"
166167

167168
extern int diff_queue_is_empty(void);
168169
extern void diff_flush(struct diff_options*);

0 commit comments

Comments
 (0)