aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index fecb945cd..078fa9919 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -828,9 +828,11 @@
828 "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" 828 "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
829 829
830#define halt_trivial_usage \ 830#define halt_trivial_usage \
831 "" 831 "[-d<delay>"
832#define halt_full_usage \ 832#define halt_full_usage \
833 "Halt the system." 833 "Halt the system.\n" \
834 "Options:\n" \
835 "\t-d\t\tdelay interval for halting.\n"
834 836
835#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY 837#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY
836#define USAGE_HDPARM_IDENT(a) a 838#define USAGE_HDPARM_IDENT(a) a