diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-11 00:33:09 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-11 00:33:09 +0000 |
commit | 567e6d303b63c0136133c17f0c56b4fa23afa8e7 (patch) | |
tree | 57ab652e45b78e37f747b05d297463f9573a0cd8 /usage.c | |
parent | c47a9c46dbfe42723790235ed2fdfbd90c950052 (diff) | |
download | busybox-w32-567e6d303b63c0136133c17f0c56b4fa23afa8e7.tar.gz busybox-w32-567e6d303b63c0136133c17f0c56b4fa23afa8e7.tar.bz2 busybox-w32-567e6d303b63c0136133c17f0c56b4fa23afa8e7.zip |
New dd behaviour
git-svn-id: svn://busybox.net/trunk/busybox@1031 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ const char dd_usage[] = | |||
160 | "\tcount=N\tcopy only N input blocks\n" | 160 | "\tcount=N\tcopy only N input blocks\n" |
161 | "\tskip=N\tskip N input blocks\n" | 161 | "\tskip=N\tskip N input blocks\n" |
162 | "\tseek=N\tskip N output blocks\n" | 162 | "\tseek=N\tskip N output blocks\n" |
163 | "\tconv=notrunc\t dont truncate of at end of write\n" | ||
163 | "\n" | 164 | "\n" |
164 | "Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n" | 165 | "Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n" |
165 | #endif | 166 | #endif |