aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h10
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...]"