summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorRic Claus <claus@slac.stanford.edu>2012-11-30 15:49:57 -0800
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-01 09:03:34 +0100
commitfcfef0eeda88f464ec6cd55c95261ec04e2822e0 (patch)
tree98275db17010c868a401eaf35b66d68abca1d215 /cpukit/libmisc
parentRestored to pre PPC440 changes. (diff)
downloadrtems-fcfef0eeda88f464ec6cd55c95261ec04e2822e0.tar.bz2
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.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/shell/main_msdosfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/main_msdosfmt.c b/cpukit/libmisc/shell/main_msdosfmt.c
index 47dd9f1d68..e684246979 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 */