1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-06 21:12:38 +02:00

(usage): Mention that sync makes dd pad with spaces (rather than NULs)

when used with block or unblock.
This commit is contained in:
Jim Meyering
2001-04-22 07:28:58 +00:00
parent 096c85ad5f
commit f553273be8

View File

@@ -321,7 +321,8 @@ Each KEYWORD may be:\n\
ucase change lower case to upper case\n\
swab swap every pair of input bytes\n\
noerror continue after read errors\n\
sync pad every input block with NULs to ibs-size\n\
sync pad every input block with NULs to ibs-size; when used\n\
block or unblock, pad with spaces rather than NULs\n\
"));
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
}