diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-15 23:05:30 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-15 23:05:30 +0200 |
commit | 1ce60699c15e5fc2ecff5db40ea1e1ae583b8b34 (patch) | |
tree | 60ce15f658522571a74d5734f734613aac953abc /coreutils/dd.c | |
parent | b259415b51e73cf268a6cb22f0105756f7197781 (diff) | |
download | busybox-w32-1ce60699c15e5fc2ecff5db40ea1e1ae583b8b34.tar.gz busybox-w32-1ce60699c15e5fc2ecff5db40ea1e1ae583b8b34.tar.bz2 busybox-w32-1ce60699c15e5fc2ecff5db40ea1e1ae583b8b34.zip |
dd: tweak --help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r-- | coreutils/dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index a243f718b..06c1b7b9c 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -56,8 +56,8 @@ | |||
56 | //kbuild:lib-$(CONFIG_DD) += dd.o | 56 | //kbuild:lib-$(CONFIG_DD) += dd.o |
57 | 57 | ||
58 | //usage:#define dd_trivial_usage | 58 | //usage:#define dd_trivial_usage |
59 | //usage: "[if=FILE] [of=FILE] [" IF_FEATURE_DD_IBS_OBS("ibs=N obs=N/") "bs=N] [count=N] [skip=N] [seek=N]\n" | 59 | //usage: "[if=FILE] [of=FILE] [" IF_FEATURE_DD_IBS_OBS("ibs=N obs=N/") "bs=N] [count=N] [skip=N] [seek=N]" |
60 | //usage: IF_FEATURE_DD_IBS_OBS( | 60 | //usage: IF_FEATURE_DD_IBS_OBS("\n" |
61 | //usage: " [conv=notrunc|noerror|sync|fsync]\n" | 61 | //usage: " [conv=notrunc|noerror|sync|fsync]\n" |
62 | //usage: " [iflag=skip_bytes|count_bytes|fullblock|direct] [oflag=seek_bytes|append|direct]" | 62 | //usage: " [iflag=skip_bytes|count_bytes|fullblock|direct] [oflag=seek_bytes|append|direct]" |
63 | //usage: ) | 63 | //usage: ) |