diff options
-rw-r--r-- | applets/usage.c | 1 | ||||
-rw-r--r-- | usage.c | 1 |
2 files changed, 2 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[] = | |||
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 |
@@ -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 |