summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
authorVaclav Dolezal2018-04-17 15:52:54 +0200
committerKarel Zak2018-06-11 16:13:36 +0200
commitd45e8ef999e3976017cbf55fc43716f8233d3a0b (patch)
tree9836ab16d320c79d75a6a2793dd84a3ad3a09bf4 /sys-utils/mount.c
parentlibmount: switch namespace when appropriate (diff)
downloadkernel-qcow2-util-linux-d45e8ef999e3976017cbf55fc43716f8233d3a0b.tar.gz
kernel-qcow2-util-linux-d45e8ef999e3976017cbf55fc43716f8233d3a0b.tar.xz
kernel-qcow2-util-linux-d45e8ef999e3976017cbf55fc43716f8233d3a0b.zip
mount: document --namespace in man/help
Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index 3811379b4..a0dba721a 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -431,6 +431,8 @@ static void __attribute__((__noreturn__)) usage(void)
" -v, --verbose say what is being done\n"));
fprintf(out, _(
" -w, --rw, --read-write mount the filesystem read-write (default)\n"));
+ fprintf(out, _(
+ " -N, --namespace <ns> perform mount in another namespace\n"));
fputs(USAGE_SEPARATOR, out);
printf(USAGE_HELP_OPTIONS(25));