aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-05-28 10:13:49 +0100
committerRon Yorston <rmy@pobox.com>2023-05-28 10:13:49 +0100
commit82accfc19fcbda7cd2245a727ca493b582fb0994 (patch)
tree17e78f2712a780b75bbbe6d4f2b8326e3ae2c899
parent603af9bb92af6bc429d880df71618e96820967c5 (diff)
downloadbusybox-w32-82accfc19fcbda7cd2245a727ca493b582fb0994.tar.gz
busybox-w32-82accfc19fcbda7cd2245a727ca493b582fb0994.tar.bz2
busybox-w32-82accfc19fcbda7cd2245a727ca493b582fb0994.zip
su: fix usage messageFRP-5007-g82accfc19
-rw-r--r--loginutils/suw32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/suw32.c b/loginutils/suw32.c
index 236d36a77..79e8415a8 100644
--- a/loginutils/suw32.c
+++ b/loginutils/suw32.c
@@ -17,7 +17,7 @@
17 17
18//usage:#define suw32_trivial_usage 18//usage:#define suw32_trivial_usage
19//usage: "[-NW] [root]\n" 19//usage: "[-NW] [root]\n"
20//usage: "or: su [-NW] -c CMD_STRING [[--] root [ARG0 [ARG...]]\n" 20//usage: "or: su [-NW] -c CMD_STRING [[--] root [ARG0 [ARG...]]]\n"
21//usage: "or: su [-NW] [--] root [arbitrary sh arguments]" 21//usage: "or: su [-NW] [--] root [arbitrary sh arguments]"
22//usage:#define suw32_full_usage "\n\n" 22//usage:#define suw32_full_usage "\n\n"
23//usage: "Run shell with elevated privileges\n" 23//usage: "Run shell with elevated privileges\n"