[rtems commit] Updated mkdos options string.
Sebastian Huber
sebh at rtems.org
Sat Dec 1 08:07:14 UTC 2012
Module: rtems
Branch: master
Commit: fcfef0eeda88f464ec6cd55c95261ec04e2822e0
Changeset: http://git.rtems.org/rtems/commit/?id=fcfef0eeda88f464ec6cd55c95261ec04e2822e0
Author: Ric Claus <claus at slac.stanford.edu>
Date: Fri Nov 30 15:49:57 2012 -0800
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 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 */
More information about the vc
mailing list