From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dFhqj-0004Yk-Pt for barebox@lists.infradead.org; Tue, 30 May 2017 14:10:21 +0000 From: Philipp Zabel Date: Tue, 30 May 2017 16:09:47 +0200 Message-Id: <20170530140947.3988-5-p.zabel@pengutronix.de> In-Reply-To: <20170530140947.3988-1-p.zabel@pengutronix.de> References: <20170530140947.3988-1-p.zabel@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" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 5/5] commands: mount: mention file loop mounts in the help text To: barebox@lists.infradead.org Signed-off-by: Philipp Zabel --- commands/mount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/mount.c b/commands/mount.c index f05e23b227..4cf1179b7b 100644 --- a/commands/mount.c +++ b/commands/mount.c @@ -117,6 +117,7 @@ BAREBOX_CMD_HELP_TEXT("With -a the mount command mounts all block devices whose BAREBOX_CMD_HELP_TEXT("can be detected automatically to /mnt/PARTNAME") BAREBOX_CMD_HELP_TEXT("If mountpoint is not given, a standard mountpoint of /mnt/DEVICE") BAREBOX_CMD_HELP_TEXT("is used. This directoy is created automatically if necessary.") +BAREBOX_CMD_HELP_TEXT("With -o loop the mount command mounts a file instead of a device.") BAREBOX_CMD_HELP_TEXT("") BAREBOX_CMD_HELP_TEXT("Options:") BAREBOX_CMD_HELP_OPT("-a\t", "mount all blockdevices") -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox