diff options
author | Ron Yorston <rmy@pobox.com> | 2024-08-08 08:01:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-08-08 08:01:10 +0100 |
commit | e4a79dee4062157bc209f60895263d6dd85b6d9f (patch) | |
tree | 01f6933305aaba6d42c9e94d1053791bf9020b7a | |
parent | 2908a94a565c162eea751f1d7042b75cdc8cd13d (diff) | |
download | busybox-w32-e4a79dee4062157bc209f60895263d6dd85b6d9f.tar.gz busybox-w32-e4a79dee4062157bc209f60895263d6dd85b6d9f.tar.bz2 busybox-w32-e4a79dee4062157bc209f60895263d6dd85b6d9f.zip |
su: note that test mode implies -W in usage message
Saves 8-16 bytes
(GitHub issue #438)
-rw-r--r-- | loginutils/suw32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/suw32.c b/loginutils/suw32.c index 11935e326..b3976dcfd 100644 --- a/loginutils/suw32.c +++ b/loginutils/suw32.c | |||
@@ -24,7 +24,7 @@ | |||
24 | //usage: "\n -c CMD Command to pass to 'sh -c'" | 24 | //usage: "\n -c CMD Command to pass to 'sh -c'" |
25 | //usage: "\n -s SHELL Use specified shell" | 25 | //usage: "\n -s SHELL Use specified shell" |
26 | //usage: "\n -N Don't close console when shell exits" | 26 | //usage: "\n -N Don't close console when shell exits" |
27 | //usage: "\n -t Test mode, no elevation" | 27 | //usage: "\n -t Test mode, no elevation, implies -W" |
28 | //usage: "\n -W Wait for shell exit code" | 28 | //usage: "\n -W Wait for shell exit code" |
29 | 29 | ||
30 | #include "libbb.h" | 30 | #include "libbb.h" |