Fix dd(1) usage line

This commit is contained in:
sin 2014-06-11 11:22:34 +01:00
parent 924fc8449b
commit 3754c402ca

2
dd.c
View File

@ -198,7 +198,7 @@ copy(struct dd_config *ddc)
static void static void
usage(void) usage(void)
{ {
eprintf("usage: %s [-h] [if=F1] [of=F2] [bsize] [skip=N] [count=N] [quiet] [nosync]\n", argv0); eprintf("usage: %s [-h] [if=F1] [of=F2] [bs[=N]] [seek=N] [skip=N] [count=N] [direct] [quiet] [nosync]\n", argv0);
} }
static void static void