summaryrefslogtreecommitdiffstats
path: root/doc/arch-chroot.8.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch-chroot.8.asciidoc')
-rw-r--r--doc/arch-chroot.8.asciidoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/arch-chroot.8.asciidoc b/doc/arch-chroot.8.asciidoc
index 5586a46..a361043 100644
--- a/doc/arch-chroot.8.asciidoc
+++ b/doc/arch-chroot.8.asciidoc
@@ -7,7 +7,7 @@ arch-chroot - enhanced chroot command
Synopsis
--------
-arch-chroot [options] chroot-dir [command]
+arch-chroot [options] chroot-dir [command] [arguments...]
Description
-----------
@@ -32,6 +32,11 @@ i.e.:
Options
-------
+*-N*::
+ Run in unshare mode. This will use linkman:unshare[1] to create a new
+ mount and user namespace, allowing regular users to create new system
+ installations.
+
*-u <user>[:group]*::
Specify non-root user and optional group to use.