diff options
author | Peter Wemm <peter@FreeBSD.org> | 2001-08-10 09:43:22 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2001-08-10 09:43:22 +0000 |
commit | 7f22ecb0da2f5623c8ad69cbab0e478a9709fb61 (patch) | |
tree | 2b4dc24b830b514680009ead3884ecb1c40974c7 /contrib/cvs/diff/diff.c | |
parent | a3b502f88fd3d67bf547634d411d567524c4c1b1 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/diff/diff.c')
-rw-r--r-- | contrib/cvs/diff/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/diff/diff.c b/contrib/cvs/diff/diff.c index aa91913fe61a..ebd78aebfd19 100644 --- a/contrib/cvs/diff/diff.c +++ b/contrib/cvs/diff/diff.c @@ -775,7 +775,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.", |