diff options
-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" |