summaryrefslogtreecommitdiffstats
path: root/contrib/diff
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-05-19 10:40:15 +0000
committerache <ache@FreeBSD.org>2002-05-19 10:40:15 +0000
commit6992c205d1860c0b531a50b769949e085b0bbc1f (patch)
treeb41551652c3afe39b5a225fa1310091d81aa9ec4 /contrib/diff
parentb19972e69908fd7043a6a2bfddea31972da28d1b (diff)
downloadFreeBSD-src-6992c205d1860c0b531a50b769949e085b0bbc1f.zip
FreeBSD-src-6992c205d1860c0b531a50b769949e085b0bbc1f.tar.gz
Fix essential typo in usage
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Diffstat (limited to 'contrib/diff')
-rw-r--r--contrib/diff/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/diff/diff.c b/contrib/diff/diff.c
index 2b2eec0..4400642 100644
--- a/contrib/diff/diff.c
+++ b/contrib/diff/diff.c
@@ -715,7 +715,7 @@ static char const * const option_help[] = {
"-e --ed Output an ed script.",
"-n --rcs Output an RCS format diff.",
"-y --side-by-side Output in two columns.",
-" -w NUM --width=NUM Output at most NUM (default 130) characters per line.",
+" -W NUM --width=NUM Output at most NUM (default 130) characters per line.",
" --left-column Output only the left column of common lines.",
" --suppress-common-lines Do not output common lines.",
"-DNAME --ifdef=NAME Output merged file to show `#ifdef NAME' diffs.",
OpenPOWER on IntegriCloud