[PATCH] commands/mount: fix typo and wording in help message

Jan Luebbe jlu at pengutronix.de
Wed Sep 26 11:41:06 EDT 2012


Signed-off-by: Jan Luebbe <jlu at pengutronix.de>
---
 commands/mount.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/mount.c b/commands/mount.c
index 0628a60..f339c37 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
 
-- 
1.7.10.4




More information about the barebox mailing list