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.
This commit is contained in:
Ric Claus
2012-11-30 15:49:57 -08:00
committed by Sebastian Huber
parent 84b19b5405
commit fcfef0eeda

View File

@@ -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 */