aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 168d6e1e5..7b8564278 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -852,13 +852,14 @@
852 "Relay DHCP requests between clients and server" \ 852 "Relay DHCP requests between clients and server" \
853 853
854#define diff_trivial_usage \ 854#define diff_trivial_usage \
855 "[-abdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2" 855 "[-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2"
856#define diff_full_usage "\n\n" \ 856#define diff_full_usage "\n\n" \
857 "Compare files line by line and output the differences between them.\n" \ 857 "Compare files line by line and output the differences between them.\n" \
858 "This implementation supports unified diffs only.\n" \ 858 "This implementation supports unified diffs only.\n" \
859 "\nOptions:" \ 859 "\nOptions:" \
860 "\n -a Treat all files as text" \ 860 "\n -a Treat all files as text" \
861 "\n -b Ignore changes in the amount of whitespace" \ 861 "\n -b Ignore changes in the amount of whitespace" \
862 "\n -B Ignore changes whose lines are all blank" \
862 "\n -d Try hard to find a smaller set of changes" \ 863 "\n -d Try hard to find a smaller set of changes" \
863 "\n -i Ignore case differences" \ 864 "\n -i Ignore case differences" \
864 "\n -L Use LABEL instead of the filename in the unified header" \ 865 "\n -L Use LABEL instead of the filename in the unified header" \