summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
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));