diff options
author | Rob Landley <rob@landley.net> | 2006-09-11 00:34:01 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-11 00:34:01 +0000 |
commit | 69674941ddf3a522772d4d9709b302e80bc6719e (patch) | |
tree | 3a748dea99473ad21cf5f7ca6a4cba013a8673ca /include | |
parent | 30772946156dc49d04389b61bcd828ed352a00cc (diff) | |
download | busybox-w32-69674941ddf3a522772d4d9709b302e80bc6719e.tar.gz busybox-w32-69674941ddf3a522772d4d9709b302e80bc6719e.tar.bz2 busybox-w32-69674941ddf3a522772d4d9709b302e80bc6719e.zip |
Error reporting fix for sulogin, plus remove help entries for options we never
implemented. (Plus a bit more of bbsh leaking in from my tree, but it
shouldn't hurt anything and I'm lazy...)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index a1ba0a282..7ebd660ac 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -265,6 +265,12 @@ | |||
265 | #define bbconfig_full_usage \ | 265 | #define bbconfig_full_usage \ |
266 | "Print the config file which built busybox" | 266 | "Print the config file which built busybox" |
267 | 267 | ||
268 | #define bbsh_trivial_usage \ | ||
269 | "[FILE]...\n" \ | ||
270 | "or: bbsh -c command [args]..." | ||
271 | #define bbsh_full_usage \ | ||
272 | "The bbsh shell (command interpreter)" | ||
273 | |||
268 | #define cp_trivial_usage \ | 274 | #define cp_trivial_usage \ |
269 | "[OPTION]... SOURCE DEST" | 275 | "[OPTION]... SOURCE DEST" |
270 | #define cp_full_usage \ | 276 | #define cp_full_usage \ |
@@ -2811,9 +2817,7 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \ | |||
2811 | #define sulogin_full_usage \ | 2817 | #define sulogin_full_usage \ |
2812 | "Single user login\n" \ | 2818 | "Single user login\n" \ |
2813 | "Options:\n" \ | 2819 | "Options:\n" \ |
2814 | "\t-f\tDo not authenticate (user already authenticated)\n" \ | 2820 | "\t-t\tTimeout" |
2815 | "\t-h\tName of the remote host for this login\n" \ | ||
2816 | "\t-p\tPreserve environment" | ||
2817 | 2821 | ||
2818 | #define sum_trivial_usage \ | 2822 | #define sum_trivial_usage \ |
2819 | "[rs] [files...]" | 2823 | "[rs] [files...]" |