Update dd usage

This commit is contained in:
sin 2014-06-11 11:55:48 +01:00
parent c80061b08f
commit c94dfdc99d
1 changed files with 1 additions and 1 deletions

2
dd.c
View File

@ -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