From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TGtjZ-0003gt-Ii for barebox@lists.infradead.org; Wed, 26 Sep 2012 15:41:10 +0000 From: Jan Luebbe Date: Wed, 26 Sep 2012 17:41:06 +0200 Message-Id: <1348674066-1385-1-git-send-email-jlu@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] commands/mount: fix typo and wording in help message To: barebox@lists.infradead.org Signed-off-by: Jan Luebbe --- 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 ]\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