aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/su.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/su.c')
-rw-r--r--toys/lsb/su.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/lsb/su.c b/toys/lsb/su.c
index 7ab24876..0bffe782 100644
--- a/toys/lsb/su.c
+++ b/toys/lsb/su.c
@@ -16,10 +16,10 @@ config SU
Switch to user (or root) and run shell (with optional command line).
- -s shell to use
- -c command to pass to shell with -c
- -l login shell
- -(m|p) preserve environment
+ -s Shell to use
+ -c Command to pass to shell with -c
+ -l Login shell
+ -(m|p) Preserve environment
*/
#define FOR_su