New dd behaviour
authorGlenn L McGrath <bug1@ihug.co.nz>
Mon, 11 Sep 2000 00:33:09 +0000 (00:33 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Mon, 11 Sep 2000 00:33:09 +0000 (00:33 -0000)
applets/usage.c
usage.c

index 75f2d77de91b4a23e413b4fb4b06d6e1faa87176..cee2702203cca158c0a27e8f67b333aeaf1ca5e4 100644 (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
diff --git a/usage.c b/usage.c
index 75f2d77de91b4a23e413b4fb4b06d6e1faa87176..cee2702203cca158c0a27e8f67b333aeaf1ca5e4 100644 (file)
--- a/usage.c
+++ b/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