[git commit] dd: tweak --help
Denys Vlasenko
vda.linux at googlemail.com
Sun Aug 15 21:05:30 UTC 2021
commit: https://git.busybox.net/busybox/commit/?id=1ce60699c15e5fc2ecff5db40ea1e1ae583b8b34
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
coreutils/dd.c | 4 ++--
1 file 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 @@
//kbuild:lib-$(CONFIG_DD) += dd.o
//usage:#define dd_trivial_usage
-//usage: "[if=FILE] [of=FILE] [" IF_FEATURE_DD_IBS_OBS("ibs=N obs=N/") "bs=N] [count=N] [skip=N] [seek=N]\n"
-//usage: IF_FEATURE_DD_IBS_OBS(
+//usage: "[if=FILE] [of=FILE] [" IF_FEATURE_DD_IBS_OBS("ibs=N obs=N/") "bs=N] [count=N] [skip=N] [seek=N]"
+//usage: IF_FEATURE_DD_IBS_OBS("\n"
//usage: " [conv=notrunc|noerror|sync|fsync]\n"
//usage: " [iflag=skip_bytes|count_bytes|fullblock|direct] [oflag=seek_bytes|append|direct]"
//usage: )
More information about the busybox-cvs
mailing list