aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-03-06 17:35:06 +0000
committerRon Yorston <rmy@pobox.com>2018-03-06 17:35:06 +0000
commitdf75d1aa3746a9341acc858257c13fdf44947ec0 (patch)
treee230f333bcfee4efa00987bf9a0509ba836b799e
parent922dba2a9a00c35abb19c5dba01169e7335ce23b (diff)
downloadbusybox-w32-df75d1aa3746a9341acc858257c13fdf44947ec0.tar.gz
busybox-w32-df75d1aa3746a9341acc858257c13fdf44947ec0.tar.bz2
busybox-w32-df75d1aa3746a9341acc858257c13fdf44947ec0.zip
dd: mention /dev/zero and /dev/urandom in help message
-rw-r--r--coreutils/dd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c
index 8158a1e57..4362ae798 100644
--- a/coreutils/dd.c
+++ b/coreutils/dd.c
@@ -86,6 +86,9 @@
86//usage: "\n status=none Suppress all output" 86//usage: "\n status=none Suppress all output"
87//usage: ) 87//usage: )
88//usage: "\n" 88//usage: "\n"
89//usage: IF_PLATFORM_MINGW32(
90//usage: "\nif=/dev/zero and if=/dev/urandom are supported"
91//usage: )
89//usage: "\nN may be suffixed by c (1), w (2), b (512), kB (1000), k (1024), MB, M, GB, G" 92//usage: "\nN may be suffixed by c (1), w (2), b (512), kB (1000), k (1024), MB, M, GB, G"
90//usage: 93//usage:
91//usage:#define dd_example_usage 94//usage:#define dd_example_usage