summaryrefslogtreecommitdiffstats
path: root/commands/mount.c
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-09-26 17:41:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-04 15:21:04 +0200
commit468fababe0e5c80b6f31f1a2f2f1de3a4dcbe9b2 (patch)
tree268d003142bbf8cb7c2f0799fce29e86c890331f /commands/mount.c
parente3e2ebb3ad55fd52e52028332cc72fd92c2214c7 (diff)
downloadbarebox-468fababe0e5c80b6f31f1a2f2f1de3a4dcbe9b2.tar.gz
barebox-468fababe0e5c80b6f31f1a2f2f1de3a4dcbe9b2.tar.xz
commands/mount: fix typo and wording in help message
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/mount.c')
-rw-r--r--commands/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/mount.c b/commands/mount.c
index 0628a60a50..f339c37173 100644
--- a/commands/mount.c
+++ b/commands/mount.c
@@ -66,7 +66,7 @@ static int do_mount(int argc, char *argv[])
BAREBOX_CMD_HELP_START(mount)
BAREBOX_CMD_HELP_USAGE("mount [[-t <fstype] <device> <mountpoint>]\n")
BAREBOX_CMD_HELP_SHORT("Mount a filesystem of a given type to a mountpoint.\n")
-BAREBOX_CMD_HELP_SHORT("If no fstpye is specified detected it.\n")
+BAREBOX_CMD_HELP_SHORT("If no fstype is specified, try to detect it automatically.\n")
BAREBOX_CMD_HELP_SHORT("If no argument is given, list mounted filesystems.\n")
BAREBOX_CMD_HELP_END