commit 3754c402ca07fb7fde1a912702c016ff1b2b646d parent 924fc8449b169f00f0ba9e323b39a84c87a93be9 Author: sin <sin@2f30.org> Date: Wed, 11 Jun 2014 11:22:34 +0100 Fix dd(1) usage line 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] [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