coreutils/coreutils-6.10-manpages.patch

15 lines
477 B
Diff
Raw Normal View History

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
2018-07-02 09:41:17 +00:00
@@ -265,6 +265,9 @@ Print or check %s (%d-bit) checksums.\n\
else
fputs (_("\
2011-01-04 16:59:58 +00:00
-t, --text read in text mode (default)\n\
2018-07-02 09:41:17 +00:00
+"), stdout);
+ fputs (_("\
+ Note: There is no difference between binary and text mode option on GNU system.\n\
2018-07-02 09:41:17 +00:00
"), stdout);
fputs (_("\
2018-07-02 09:41:17 +00:00
-z, --zero end each output line with NUL, not newline,\n\