From 3754c402ca07fb7fde1a912702c016ff1b2b646d Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 11 Jun 2014 11:22:34 +0100 Subject: [PATCH] Fix dd(1) usage line --- dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dd.c b/dd.c index 5dc56c9..18cf96d 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] [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