From c5c50720c5b2999f5cd72430c60a2022d33d5790 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 1 Jun 2017 12:37:30 +0200 Subject: commands: mount: mention file loop mounts in the help text Signed-off-by: Philipp Zabel Signed-off-by: Sascha Hauer --- 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") -- cgit v1.2.3