diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-06 16:07:08 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-06 16:07:08 +0000 |
commit | 58e4e906d528eb06b113c31ad9f15dba79191335 (patch) | |
tree | 12b66ed0a02fe336acabde21a0063194cd01404d /include/usage.h | |
parent | 5e8365ca014693ae3331f2bb3bb7fb3de335a113 (diff) | |
download | busybox-w32-58e4e906d528eb06b113c31ad9f15dba79191335.tar.gz busybox-w32-58e4e906d528eb06b113c31ad9f15dba79191335.tar.bz2 busybox-w32-58e4e906d528eb06b113c31ad9f15dba79191335.zip |
- patch from Rob Sullivan to add support for -L
git-svn-id: svn://busybox.net/trunk/busybox@14764 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | include/usage.h | 3 |
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 @@ | |||
454 | "/dev/sda3 8690864 8553540 137324 98% /\n" | 454 | "/dev/sda3 8690864 8553540 137324 98% /\n" |
455 | 455 | ||
456 | #define diff_trivial_usage \ | 456 | #define diff_trivial_usage \ |
457 | "[-abdiNqrTstw] [-S FILE] [-U LINES] FILE1 FILE2" | 457 | "[-abdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2" |
458 | #define diff_full_usage \ | 458 | #define diff_full_usage \ |
459 | "Compare files line by line and output the differences between them.\n" \ | 459 | "Compare files line by line and output the differences between them.\n" \ |
460 | "This diff implementation only supports unified diffs.\n\n" \ | 460 | "This diff implementation only supports unified diffs.\n\n" \ |
@@ -463,6 +463,7 @@ | |||
463 | "\t-b\tIgnore changes in the amount of whitespace\n" \ | 463 | "\t-b\tIgnore changes in the amount of whitespace\n" \ |
464 | "\t-d\tTry hard to find a smaller set of changes\n" \ | 464 | "\t-d\tTry hard to find a smaller set of changes\n" \ |
465 | "\t-i\tIgnore case differences\n" \ | 465 | "\t-i\tIgnore case differences\n" \ |
466 | "\t-L\tUse LABEL instead of the filename in the unified header\n" \ | ||
466 | "\t-N\tTreat absent files as empty\n" \ | 467 | "\t-N\tTreat absent files as empty\n" \ |
467 | "\t-q\tOutput only whether files differ\n" \ | 468 | "\t-q\tOutput only whether files differ\n" \ |
468 | "\t-r\tRecursively compare any subdirectories\n" \ | 469 | "\t-r\tRecursively compare any subdirectories\n" \ |