From: Glenn L McGrath Date: Mon, 11 Sep 2000 00:33:09 +0000 (-0000) Subject: New dd behaviour X-Git-Tag: 0_47~94 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=605a819a179e4cd00823dda41a6804c6636a3523;p=oweals%2Fbusybox.git New dd behaviour --- diff --git a/applets/usage.c b/applets/usage.c index 75f2d77de..cee270220 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -160,6 +160,7 @@ const char dd_usage[] = "\tcount=N\tcopy only N input blocks\n" "\tskip=N\tskip N input blocks\n" "\tseek=N\tskip N output blocks\n" + "\tconv=notrunc\t dont truncate of at end of write\n" "\n" "Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n" #endif diff --git a/usage.c b/usage.c index 75f2d77de..cee270220 100644 --- a/usage.c +++ b/usage.c @@ -160,6 +160,7 @@ const char dd_usage[] = "\tcount=N\tcopy only N input blocks\n" "\tskip=N\tskip N input blocks\n" "\tseek=N\tskip N output blocks\n" + "\tconv=notrunc\t dont truncate of at end of write\n" "\n" "Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n" #endif