diff options
author | delphij <delphij@FreeBSD.org> | 2005-11-03 03:49:57 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-11-03 03:49:57 +0000 |
commit | c4f51b40511670f148550caa0d16bba6bd30f3fa (patch) | |
tree | 9e3097d76398d61c55376416dbe729f8bee6b30d /gnu | |
parent | 681f3fdd39e4a86de4959d28c3ba6d303ef6184f (diff) | |
download | FreeBSD-src-c4f51b40511670f148550caa0d16bba6bd30f3fa.zip FreeBSD-src-c4f51b40511670f148550caa0d16bba6bd30f3fa.tar.gz |
Suggest the user to use 'diff -urN' instead of 'diff -crN'.
Submitted by: Jimmie James <jimmiejaz@gmail.com>
PR: docs/88427
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/diff/diff.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index f04d90f..5597347 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -494,7 +494,7 @@ tree (possibly including new files), which you would like to show to others .B send-pr(1) program), you could type .sp -diff -crN foo.orig foo >foo.diff +diff -urN foo.orig foo >foo.diff .sp where .I foo.orig |