diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-15 10:00:18 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-15 10:00:18 +0200 |
commit | 1f60d88cf6f5ad3efcad6e7ef1501ce334046e40 (patch) | |
tree | ab2e33cf596b08a9c804714f9b55afb787f932d1 /loginutils | |
parent | ebe8c14d34d3f6957b4e44967c9089b84e144ddf (diff) | |
download | busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.gz busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.bz2 busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.zip |
*: more --help tweaks
function old new delta
packed_usage 33552 33541 -11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/su.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/su.c b/loginutils/su.c index 784a53552..e1db7590f 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -35,7 +35,7 @@ | |||
35 | //kbuild:lib-$(CONFIG_SU) += su.o | 35 | //kbuild:lib-$(CONFIG_SU) += su.o |
36 | 36 | ||
37 | //usage:#define su_trivial_usage | 37 | //usage:#define su_trivial_usage |
38 | //usage: "[-lmp] [-] [-s SH] [USER [SCRIPT ARGS / -c 'CMD' ARG0 ARGS]]" | 38 | //usage: "[-lmp] [-s SH] [-] [USER [FILE ARGS | -c 'CMD' [ARG0 ARGS]]]" |
39 | //usage:#define su_full_usage "\n\n" | 39 | //usage:#define su_full_usage "\n\n" |
40 | //usage: "Run shell under USER (by default, root)\n" | 40 | //usage: "Run shell under USER (by default, root)\n" |
41 | //usage: "\n -,-l Clear environment, go to home dir, run shell as login shell" | 41 | //usage: "\n -,-l Clear environment, go to home dir, run shell as login shell" |