From 7238285bf2c6d73a0425791539a9bb668592f7f1 Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Thu, 8 Feb 2018 15:46:33 +0100 Subject: mount: document --options-* in man/help Signed-off-by: Vaclav Dolezal --- sys-utils/mount.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys-utils/mount.c') diff --git a/sys-utils/mount.c b/sys-utils/mount.c index 7707402f2..4ac14b8ab 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -413,6 +413,13 @@ static void __attribute__((__noreturn__)) usage(void) fprintf(out, _( " -n, --no-mtab don't write to /etc/mtab\n")); fprintf(out, _( + " --options-mode \n" + " what to do with options loaded from fstab\n" + " --options-source \n" + " mount options source\n" + " --options-source-force\n" + " force use of options from fstab/mtab\n")); + fprintf(out, _( " -o, --options comma-separated list of mount options\n" " -O, --test-opts limit the set of filesystems (use with -a)\n" " -r, --read-only mount the filesystem read-only (same as -o ro)\n" -- cgit v1.2.3-55-g7522