summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-03-18 15:26:59 -0600
committerEric Blake <eblake@redhat.com>2011-03-18 15:28:44 -0600
commitffd622a2814e9f9d66ab3077d93107ff2f7266df (patch)
treea1e90ce611088244594836339b0f0c94c132e4a8
parentc549fc6c777f025a303c9f980f360a644affd65e (diff)
downloaddiffutils-ffd622a2814e9f9d66ab3077d93107ff2f7266df.tar.gz
docs: info should mention -L
* doc/diff.texi (diff Options): Document -L.
-rw-r--r--doc/diff.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/diff.texi b/doc/diff.texi
index 4617aee..b9e23dc 100644
--- a/doc/diff.texi
+++ b/doc/diff.texi
@@ -3814,7 +3814,8 @@ Ignore case when comparing file names during recursive comparison.
@itemx --paginate
Pass the output through @command{pr} to paginate it. @xref{Pagination}.
-@item --label=@var{label}
+@item -L @var{label}
+@itemx --label=@var{label}
Use @var{label} instead of the file name in the context format
(@pxref{Context Format}) and unified format (@pxref{Unified Format})
headers. @xref{RCS}.