New dd behaviour

This commit is contained in:
Glenn L McGrath 2000-09-11 00:33:09 +00:00
parent f0b073f55a
commit 605a819a17
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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