aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-07-23 05:16:17 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-07-23 05:16:17 +0000
commitd250167bd26339eac7b68043c342629bd54e5b43 (patch)
tree9eb6ea17ba42efb8262041f43c2f14e80ae9a75d /include
parent72b14a863885d09538b7d4c8b0ccf1d9954295c3 (diff)
downloadbusybox-d250167bd26339eac7b68043c342629bd54e5b43.tar.gz
Patch from Felipe Kellermann, fixup usage for halt command
Diffstat (limited to 'include')
-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 @@
"-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
#define halt_trivial_usage \
- ""
+ "[-d<delay>"
#define halt_full_usage \
- "Halt the system."
+ "Halt the system.\n" \
+ "Options:\n" \
+ "\t-d\t\tdelay interval for halting.\n"
#ifdef CONFIG_FEATURE_HDPARM_GET_IDENTITY
#define USAGE_HDPARM_IDENT(a) a