From d45e8ef999e3976017cbf55fc43716f8233d3a0b Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Tue, 17 Apr 2018 15:52:54 +0200 Subject: mount: document --namespace in man/help Signed-off-by: Vaclav Dolezal --- sys-utils/mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys-utils/mount.c') 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 perform mount in another namespace\n")); fputs(USAGE_SEPARATOR, out); printf(USAGE_HELP_OPTIONS(25)); -- cgit v1.2.3-55-g7522