- Document -m, -c, -s and provide a default shell for standalone build.

- Wrap overlong lines plus a few whitespace fixes.
- add GPL header.
This commit is contained in:
Bernhard Reutner-Fischer
2006-01-19 18:04:15 +00:00
parent a901b40464
commit 5a620ea220
2 changed files with 20 additions and 10 deletions

View File

@ -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]"