aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-06 16:07:08 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-06 16:07:08 +0000
commitbc142140180c517dcb1c8bb59bdf9110f0a1422e (patch)
tree12b66ed0a02fe336acabde21a0063194cd01404d /include
parent5fb0fecc1f934c414627931509cd993616c1f46f (diff)
downloadbusybox-bc142140180c517dcb1c8bb59bdf9110f0a1422e.tar.gz
- patch from Rob Sullivan to add support for -L
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 2eb548bcf..d458936ca 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -454,7 +454,7 @@
"/dev/sda3 8690864 8553540 137324 98% /\n"
#define diff_trivial_usage \
- "[-abdiNqrTstw] [-S FILE] [-U LINES] FILE1 FILE2"
+ "[-abdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2"
#define diff_full_usage \
"Compare files line by line and output the differences between them.\n" \
"This diff implementation only supports unified diffs.\n\n" \
@@ -463,6 +463,7 @@
"\t-b\tIgnore changes in the amount of whitespace\n" \
"\t-d\tTry hard to find a smaller set of changes\n" \
"\t-i\tIgnore case differences\n" \
+ "\t-L\tUse LABEL instead of the filename in the unified header\n" \
"\t-N\tTreat absent files as empty\n" \
"\t-q\tOutput only whether files differ\n" \
"\t-r\tRecursively compare any subdirectories\n" \