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>
This commit is contained in:
Stephan Feder 2006-07-07 15:57:08 +02:00 коммит произвёл Junio C Hamano
Родитель 63ac450119
Коммит ca49920f6f
1 изменённых файлов: 2 добавлений и 1 удалений

3
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*);