summaryrefslogtreecommitdiff
path: root/include/usage.h
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/usage.h
parenta901b404644a8ab33a5ca595a39d4f3c0754f5c4 (diff)
downloadbusybox-w32-5a620ea22003cba12dc58bc1f30c11cfe9965825.tar.gz
busybox-w32-5a620ea22003cba12dc58bc1f30c11cfe9965825.tar.bz2
busybox-w32-5a620ea22003cba12dc58bc1f30c11cfe9965825.zip
- 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.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 @@
2814#define su_full_usage \ 2814#define su_full_usage \
2815 "Change user id or become root.\n" \ 2815 "Change user id or become root.\n" \
2816 "Options:\n" \ 2816 "Options:\n" \
2817 "\t-p\tPreserve environment" 2817 "\t-p, -m\tPreserve environment" \
2818 "\n\t-c\tCommand to pass to 'sh -c'" \
2819 "\n\t-s\tShell to use instead of default shell"
2818 2820
2819#define sulogin_trivial_usage \ 2821#define sulogin_trivial_usage \
2820 "[OPTION]... [tty-device]" 2822 "[OPTION]... [tty-device]"