nand-part: fixed error in -f usage message
Signed-off-by: Patrick Wood <patrickhwood@gmail.com>
This commit is contained in:
parent
356b3149bf
commit
ed6f7969d8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user