aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-19 18:04:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-19 18:04:15 +0000
commit5a620ea22003cba12dc58bc1f30c11cfe9965825 (patch)
treec2bb185ff8b68b1a48a000636f722de3cd086029 /include
parenta901b404644a8ab33a5ca595a39d4f3c0754f5c4 (diff)
downloadbusybox-5a620ea22003cba12dc58bc1f30c11cfe9965825.tar.gz
- Document -m, -c, -s and provide a default shell for standalone build.
- Wrap overlong lines plus a few whitespace fixes. - add GPL header.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 81f0e1d6d..e6287c8a3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2814,7 +2814,9 @@
#define su_full_usage \
"Change user id or become root.\n" \
"Options:\n" \
- "\t-p\tPreserve environment"
+ "\t-p, -m\tPreserve environment" \
+ "\n\t-c\tCommand to pass to 'sh -c'" \
+ "\n\t-s\tShell to use instead of default shell"
#define sulogin_trivial_usage \
"[OPTION]... [tty-device]"