summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2017-06-01 12:37:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-06 09:16:59 +0200
commitc5c50720c5b2999f5cd72430c60a2022d33d5790 (patch)
treeea14061d508c60c5fee47fcf1203bd7b0806505b /commands
parentf3cd5b1bbcb27108496eb572ae2ff7cd526ddc55 (diff)
downloadbarebox-c5c50720c5b2999f5cd72430c60a2022d33d5790.tar.gz
barebox-c5c50720c5b2999f5cd72430c60a2022d33d5790.tar.xz
commands: mount: mention file loop mounts in the help text
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/mount.c1
1 files changed, 1 insertions, 0 deletions
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")