From fcfef0eeda88f464ec6cd55c95261ec04e2822e0 Mon Sep 17 00:00:00 2001 From: Ric Claus Date: Fri, 30 Nov 2012 15:49:57 -0800 Subject: [PATCH] Updated mkdos options string. The usage statement for the mkdos command was out of date with respect to the code, so I have updated it. --- cpukit/libmisc/shell/main_msdosfmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/main_msdosfmt.c b/cpukit/libmisc/shell/main_msdosfmt.c index 47dd9f1d68..e684246979 100644 --- a/cpukit/libmisc/shell/main_msdosfmt.c +++ b/cpukit/libmisc/shell/main_msdosfmt.c @@ -162,7 +162,7 @@ static int rtems_shell_main_msdos_format( return 0; } -#define OPTIONS "[-v label] [-r size] [-t any/12/16/32]" +#define OPTIONS "[-V label] [-s sectors/cluster] [-r size] [-t any/12/16/32] [-v]" rtems_shell_cmd_t rtems_shell_MSDOSFMT_Command = { "mkdos", /* name */