[PATCH 03/15] Corrected mkdos command usage statement

Ric Claus claus at slac.stanford.edu
Tue Nov 27 03:26:41 UTC 2012


---
 cpukit/libmisc/shell/main_msdosfmt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/libmisc/shell/main_msdosfmt.c b/cpukit/libmisc/shell/main_msdosfmt.c
index 47dd9f1..e684246 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 */
-- 
1.7.1




More information about the devel mailing list