aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/mount.c')
-rw-r--r--toys/lsb/mount.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/toys/lsb/mount.c b/toys/lsb/mount.c
index 0fd9dc52..5d0aca33 100644
--- a/toys/lsb/mount.c
+++ b/toys/lsb/mount.c
@@ -19,13 +19,13 @@ config MOUNT
Mount new filesystem(s) on directories. With no arguments, display existing
mounts.
- -a mount all entries in /etc/fstab (with -t, only entries of that TYPE)
- -O only mount -a entries that have this option
- -f fake it (don't actually mount)
- -r read only (same as -o ro)
- -w read/write (default, same as -o rw)
- -t specify filesystem type
- -v verbose
+ -a Mount all entries in /etc/fstab (with -t, only entries of that TYPE)
+ -O Only mount -a entries that have this option
+ -f Fake it (don't actually mount)
+ -r Read only (same as -o ro)
+ -w Read/write (default, same as -o rw)
+ -t Specify filesystem type
+ -v Verbose
OPTIONS is a comma separated list of options, which can also be supplied
as --longopts.