From c94dfdc99d75a7329d45826fedeb12847bbc5b68 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 11 Jun 2014 11:55:48 +0100 Subject: [PATCH] Update dd usage --- dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dd.c b/dd.c index 18cf96d..f243fa7 100644 --- 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