summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-01 09:42:17 +0000
committerBodo Möller <bodo@openssl.org>2000-09-01 09:42:17 +0000
commit5b774c67d3d6043457501b430bd30ec0f45fa668 (patch)
tree2a5898823f0f9b752e29ed8719033771747c9067 /README
parent7049ef5f90b5ebf89eea3e8b58d940c2485aacd8 (diff)
-N option to diff is not essential, and mentioning it is unnecessarily
confusing to people whose diff doesn't implement it.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 320ac1b9b1..7e3e93b64f 100644
--- a/README
+++ b/README
@@ -174,4 +174,4 @@
# [your changes]
# ./Configure dist; make clean
# cd ..
- # diff -urN openssl-orig openssl-work > mydiffs.patch
+ # diff -ur openssl-orig openssl-work > mydiffs.patch