From ed6f7969d80b91048b0ed95ccb61cc98f46fead7 Mon Sep 17 00:00:00 2001 From: Patrick Wood Date: Tue, 17 Sep 2013 18:30:30 -0400 Subject: [PATCH] nand-part: fixed error in -f usage message Signed-off-by: Patrick Wood --- nand-part-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nand-part-main.c b/nand-part-main.c index f081dec..274ce90 100644 --- a/nand-part-main.c +++ b/nand-part-main.c @@ -29,7 +29,7 @@ void usage(const char *cmd) { printf("usage: %s [-f a10|a20] nand-device\n", cmd); printf(" %s nand-device 'name2 len2 [usertype2]' ['name3 len3 [usertype3]'] ...\n", cmd); - printf(" %s nand-device [-f a10|a20] start1 'name1 len1 [usertype1]' ['name2 len2 [usertype2]'] ...\n", cmd); + printf(" %s [-f a10|a20] nand-device start1 'name1 len1 [usertype1]' ['name2 len2 [usertype2]'] ...\n", cmd); } typedef struct tag_CRC32_DATA