From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.4.pengutronix.de ([92.198.50.35]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dGNUL-0001Ed-33 for barebox@lists.infradead.org; Thu, 01 Jun 2017 10:38:00 +0000 From: Philipp Zabel Date: Thu, 1 Jun 2017 12:37:30 +0200 Message-Id: <1496313450-14507-3-git-send-email-p.zabel@pengutronix.de> In-Reply-To: <1496313450-14507-1-git-send-email-p.zabel@pengutronix.de> References: <1496313450-14507-1-git-send-email-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 v3 3/3] commands: mount: mention file loop mounts in the help text To: barebox@lists.infradead.org Signed-off-by: Philipp Zabel --- No changes since v2. --- 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