aboutsummaryrefslogtreecommitdiff
path: root/util-linux/nsenter.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 02:49:58 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 02:49:58 +0100
commitbbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch)
tree150b33e048693b206af92b258a76d859bcf2a1d8 /util-linux/nsenter.c
parentf6e20724d4aac3655e921ff6072e60bbe182b273 (diff)
downloadbusybox-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.gz
make --help texts more uniform
function old new delta packed_usage 31062 31035 -27 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/nsenter.c')
-rw-r--r--util-linux/nsenter.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c
index 6834292da..57b218dab 100644
--- a/util-linux/nsenter.c
+++ b/util-linux/nsenter.c
@@ -30,19 +30,19 @@
//usage: "[OPTIONS] [PROG [ARGS]]"
//usage:#if ENABLE_FEATURE_NSENTER_LONG_OPTS
//usage:#define nsenter_full_usage "\n"
-//usage: "\n -t, --target=PID Target process to get namespaces from"
-//usage: "\n -m, --mount[=FILE] Enter mount namespace"
-//usage: "\n -u, --uts[=FILE] Enter UTS namespace (hostname etc)"
-//usage: "\n -i, --ipc[=FILE] Enter System V IPC namespace"
-//usage: "\n -n, --net[=FILE] Enter network namespace"
-//usage: "\n -p, --pid[=FILE] Enter pid namespace"
-//usage: "\n -U, --user[=FILE] Enter user namespace"
-//usage: "\n -S, --setuid=UID Set uid in entered namespace"
-//usage: "\n -G, --setgid=GID Set gid in entered namespace"
-//usage: "\n --preserve-credentials Don't touch uids or gids"
-//usage: "\n -r, --root[=DIR] Set root directory"
-//usage: "\n -w, --wd[=DIR] Set working directory"
-//usage: "\n -F, --no-fork Don't fork before exec'ing PROG"
+//usage: "\n -t,--target PID Target process to get namespaces from"
+//usage: "\n -m,--mount[=FILE] Enter mount namespace"
+//usage: "\n -u,--uts[=FILE] Enter UTS namespace (hostname etc)"
+//usage: "\n -i,--ipc[=FILE] Enter System V IPC namespace"
+//usage: "\n -n,--net[=FILE] Enter network namespace"
+//usage: "\n -p,--pid[=FILE] Enter pid namespace"
+//usage: "\n -U,--user[=FILE] Enter user namespace"
+//usage: "\n -S,--setuid UID Set uid in entered namespace"
+//usage: "\n -G,--setgid GID Set gid in entered namespace"
+//usage: "\n --preserve-credentials Don't touch uids or gids"
+//usage: "\n -r,--root[=DIR] Set root directory"
+//usage: "\n -w,--wd[=DIR] Set working directory"
+//usage: "\n -F,--no-fork Don't fork before exec'ing PROG"
//usage:#else
//usage:#define nsenter_full_usage "\n"
//usage: "\n -t PID Target process to get namespaces from"