diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 02:49:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 02:49:58 +0100 |
commit | bbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch) | |
tree | 150b33e048693b206af92b258a76d859bcf2a1d8 /util-linux/nsenter.c | |
parent | f6e20724d4aac3655e921ff6072e60bbe182b273 (diff) | |
download | busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.gz busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.bz2 busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.zip |
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.c | 26 |
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 @@ | |||
30 | //usage: "[OPTIONS] [PROG [ARGS]]" | 30 | //usage: "[OPTIONS] [PROG [ARGS]]" |
31 | //usage:#if ENABLE_FEATURE_NSENTER_LONG_OPTS | 31 | //usage:#if ENABLE_FEATURE_NSENTER_LONG_OPTS |
32 | //usage:#define nsenter_full_usage "\n" | 32 | //usage:#define nsenter_full_usage "\n" |
33 | //usage: "\n -t, --target=PID Target process to get namespaces from" | 33 | //usage: "\n -t,--target PID Target process to get namespaces from" |
34 | //usage: "\n -m, --mount[=FILE] Enter mount namespace" | 34 | //usage: "\n -m,--mount[=FILE] Enter mount namespace" |
35 | //usage: "\n -u, --uts[=FILE] Enter UTS namespace (hostname etc)" | 35 | //usage: "\n -u,--uts[=FILE] Enter UTS namespace (hostname etc)" |
36 | //usage: "\n -i, --ipc[=FILE] Enter System V IPC namespace" | 36 | //usage: "\n -i,--ipc[=FILE] Enter System V IPC namespace" |
37 | //usage: "\n -n, --net[=FILE] Enter network namespace" | 37 | //usage: "\n -n,--net[=FILE] Enter network namespace" |
38 | //usage: "\n -p, --pid[=FILE] Enter pid namespace" | 38 | //usage: "\n -p,--pid[=FILE] Enter pid namespace" |
39 | //usage: "\n -U, --user[=FILE] Enter user namespace" | 39 | //usage: "\n -U,--user[=FILE] Enter user namespace" |
40 | //usage: "\n -S, --setuid=UID Set uid in entered namespace" | 40 | //usage: "\n -S,--setuid UID Set uid in entered namespace" |
41 | //usage: "\n -G, --setgid=GID Set gid in entered namespace" | 41 | //usage: "\n -G,--setgid GID Set gid in entered namespace" |
42 | //usage: "\n --preserve-credentials Don't touch uids or gids" | 42 | //usage: "\n --preserve-credentials Don't touch uids or gids" |
43 | //usage: "\n -r, --root[=DIR] Set root directory" | 43 | //usage: "\n -r,--root[=DIR] Set root directory" |
44 | //usage: "\n -w, --wd[=DIR] Set working directory" | 44 | //usage: "\n -w,--wd[=DIR] Set working directory" |
45 | //usage: "\n -F, --no-fork Don't fork before exec'ing PROG" | 45 | //usage: "\n -F,--no-fork Don't fork before exec'ing PROG" |
46 | //usage:#else | 46 | //usage:#else |
47 | //usage:#define nsenter_full_usage "\n" | 47 | //usage:#define nsenter_full_usage "\n" |
48 | //usage: "\n -t PID Target process to get namespaces from" | 48 | //usage: "\n -t PID Target process to get namespaces from" |