2016-12-01 13:26:30 +00:00
|
|
|
diff --git a/src/md5sum.c b/src/md5sum.c
|
|
|
|
index 8e21609..a857d62 100644
|
|
|
|
--- a/src/md5sum.c
|
|
|
|
+++ b/src/md5sum.c
|
|
|
|
@@ -266,6 +266,9 @@ Print or check %s (%d-bit) checksums.\n\
|
2009-09-12 09:28:49 +00:00
|
|
|
fputs (_("\
|
2011-01-04 16:59:58 +00:00
|
|
|
-t, --text read in text mode (default)\n\
|
2008-10-22 11:07:44 +00:00
|
|
|
"), stdout);
|
|
|
|
+ fputs (_("\
|
|
|
|
+ Note: There is no difference between binary and text mode option on GNU system.\n\
|
|
|
|
+"), stdout);
|
|
|
|
fputs (_("\
|
|
|
|
\n\
|
2016-01-20 15:43:39 +00:00
|
|
|
The following five options are useful only when verifying checksums:\n\
|