mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
New dd behaviour
This commit is contained in:
parent
f0b073f55a
commit
605a819a17
@ -160,6 +160,7 @@ const char dd_usage[] =
|
|||||||
"\tcount=N\tcopy only N input blocks\n"
|
"\tcount=N\tcopy only N input blocks\n"
|
||||||
"\tskip=N\tskip N input blocks\n"
|
"\tskip=N\tskip N input blocks\n"
|
||||||
"\tseek=N\tskip N output blocks\n"
|
"\tseek=N\tskip N output blocks\n"
|
||||||
|
"\tconv=notrunc\t dont truncate of at end of write\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n"
|
"Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n"
|
||||||
#endif
|
#endif
|
||||||
|
1
usage.c
1
usage.c
@ -160,6 +160,7 @@ const char dd_usage[] =
|
|||||||
"\tcount=N\tcopy only N input blocks\n"
|
"\tcount=N\tcopy only N input blocks\n"
|
||||||
"\tskip=N\tskip N input blocks\n"
|
"\tskip=N\tskip N input blocks\n"
|
||||||
"\tseek=N\tskip N output blocks\n"
|
"\tseek=N\tskip N output blocks\n"
|
||||||
|
"\tconv=notrunc\t dont truncate of at end of write\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n"
|
"Numbers may be suffixed by w (x2), k (x1024), b (x512), or M (x1024^2)\n"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user