commit c94dfdc99d75a7329d45826fedeb12847bbc5b68 parent c80061b08f57e33a592cda9f980345fd52d45a6f Author: sin <sin@2f30.org> Date: Wed, 11 Jun 2014 11:55:48 +0100 Update dd usage Diffstat:
M | dd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dd.c b/dd.c @@ -198,7 +198,7 @@ copy(struct dd_config *ddc) static void usage(void) { - eprintf("usage: %s [-h] [if=F1] [of=F2] [bs[=N]] [seek=N] [skip=N] [count=N] [direct] [quiet] [nosync]\n", argv0); + eprintf("usage: %s [-h] [if=infile] [of=outfile] [bs[=N]] [seek=N] [skip=N] [count=N] [direct] [quiet] [nosync]\n", argv0); } static void