diff options
author | Bernhard Reutner-Fischer | 2006-01-19 18:04:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-01-19 18:04:15 +0000 |
commit | 5a620ea22003cba12dc58bc1f30c11cfe9965825 (patch) | |
tree | c2bb185ff8b68b1a48a000636f722de3cd086029 /include/usage.h | |
parent | a901b404644a8ab33a5ca595a39d4f3c0754f5c4 (diff) | |
download | busybox-5a620ea22003cba12dc58bc1f30c11cfe9965825.zip busybox-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/usage.h')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 81f0e1d..e6287c8 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]" |