forked from Imagelibrary/rtems
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:
committed by
Sebastian Huber
parent
84b19b5405
commit
fcfef0eeda
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user