Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2000-09-11 04:33:09 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2000-09-11 04:33:09 +0400
commit605a819a179e4cd00823dda41a6804c6636a3523 (patch)
tree57ab652e45b78e37f747b05d297463f9573a0cd8 /applets
parentf0b073f55ac00a87c38e4e7aa66ee3543564779b (diff)
New dd behaviour
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c1
1 files changed, 1 insertions, 0 deletions
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