[PATCH] Updated mkdos options string.
Ric Claus
claus at slac.stanford.edu
Fri Nov 30 23:49:57 UTC 2012
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 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