From 28384adc60dd988f221f093cb27751e4470f7c9b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 21 Jan 2013 01:38:05 -0500 Subject: nsenter: rename --exec/-e to --no-fork/-F The naming of this option was really confusing. Just rename it for clarity. [kzak@redhat.com: rebase to original code without --all] Signed-off-by: Zbigniew Jędrzejewski-Szmek Signed-off-by: Karel Zak --- sys-utils/nsenter.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/nsenter.1') 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. -- cgit v1.2.3-55-g7522