diff options
author | 2001-09-28 22:45:35 +0000 | |
---|---|---|
committer | 2001-09-28 22:45:35 +0000 | |
commit | 43c1707e6f6829177cb1974ee6615ce6c1307689 (patch) | |
tree | 233c059b44960ac679320e3e905b66e024ba011f /gnu/usr.bin/cvs/diff/diff.c | |
parent | Hack to work around bootpaths like: (diff) | |
download | wireguard-openbsd-43c1707e6f6829177cb1974ee6615ce6c1307689.tar.xz wireguard-openbsd-43c1707e6f6829177cb1974ee6615ce6c1307689.zip |
Latest from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/diff/diff.c')
-rw-r--r-- | gnu/usr.bin/cvs/diff/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/diff/diff.c b/gnu/usr.bin/cvs/diff/diff.c index aa91913fe61..ebd78aebfd1 100644 --- a/gnu/usr.bin/cvs/diff/diff.c +++ b/gnu/usr.bin/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.", |