summaryrefslogtreecommitdiffstats
path: root/sys-utils/nsenter.1
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/nsenter.1')
-rw-r--r--sys-utils/nsenter.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1
index 0fbb645a3..3bc42a4cb 100644
--- a/sys-utils/nsenter.1
+++ b/sys-utils/nsenter.1
@@ -87,7 +87,7 @@ Set the working directory.
If no directory is specified set the working directory to the working directory of the target process.
If directory is specified set the working directory to the specified directory.
.TP
-.BR \-e , " \-\-exec"
+.BR \-F , " \-\-no-fork"
Don't fork before exec'ing the specified program. By default when entering
a pid namespace enter calls fork before calling exec so that the children will
be in the newly entered pid namespace.