summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-03-18 15:19:37 -0600
committerEric Blake <eblake@redhat.com>2011-03-18 15:22:05 -0600
commitc549fc6c777f025a303c9f980f360a644affd65e (patch)
treefcab95cec310d51e4deff10b58c914c6b20b8d5c
parent3f2d868741b500a9817a62e3cab12a24c6615a76 (diff)
downloaddiffutils-c549fc6c777f025a303c9f980f360a644affd65e.tar.gz
docs: diff --help should mention -L
* src/diff.c (option_help_msgid): Document -L.
-rw-r--r--src/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index 0a25465..0ca2328 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -860,7 +860,7 @@ static char const * const option_help_msgid[] = {
"",
N_("-c -C NUM --context[=NUM] Output NUM (default 3) lines of copied context.\n\
-u -U NUM --unified[=NUM] Output NUM (default 3) lines of unified context.\n\
- --label LABEL Use LABEL instead of file name.\n\
+ -L LABEL --label=LABEL Use LABEL instead of file name.\n\
-p --show-c-function Show which C function each change is in.\n\
-F RE --show-function-line=RE Show the most recent line matching RE."),
N_("-q --brief Output only whether files differ."),