From c4aa5b8efedf03ca5160ae2b490c3639d35cc303 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 19 May 2002 10:40:15 +0000 Subject: [PATCH] Fix essential typo in usage Submitted by: Cyrille Lefevre --- contrib/diff/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/diff/diff.c b/contrib/diff/diff.c index 2b2eec0236f2..4400642ac88e 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.",