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