diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-19 10:40:15 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-19 10:40:15 +0000 |
commit | c4aa5b8efedf03ca5160ae2b490c3639d35cc303 (patch) | |
tree | b41551652c3afe39b5a225fa1310091d81aa9ec4 /contrib/diff/diff.c | |
parent | 1b5a48ff889fc393db6a12672e9f71357f3625e8 (diff) |
Notes
Diffstat (limited to 'contrib/diff/diff.c')
-rw-r--r-- | contrib/diff/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/diff/diff.c b/contrib/diff/diff.c index 2b2eec0236f20..4400642ac88ea 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.", |