* [PATCH] commands/mount: fix typo and wording in help message
@ 2012-09-26 15:41 Jan Luebbe
0 siblings, 0 replies; only message in thread
From: Jan Luebbe @ 2012-09-26 15:41 UTC (permalink / raw)
To: barebox
Signed-off-by: Jan Luebbe <jlu@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-26 15:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-26 15:41 [PATCH] commands/mount: fix typo and wording in help message Jan Luebbe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox