aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-01 15:24:52 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-01 15:24:52 +0000
commitd93179fd5b6811cf5446a31146099c66c85db359 (patch)
tree853bea712b8efd785e1a41d9894bece1b4973a92 /include
parentd129d7c3cdf1ce81c744dca4cc0c2659bf51cd3f (diff)
downloadbusybox-d93179fd5b6811cf5446a31146099c66c85db359.tar.gz
- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index a09f7eac2..b901090b8 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1424,7 +1424,7 @@
"-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
#define halt_trivial_usage \
- "[-d delay] [-n] [-f]"
+ "[-d delay] [-n] [-f]" USE_FEATURE_WTMP(" [-w]")
#define halt_full_usage "\n\n" \
"Halt the system\n" \
"\nOptions:" \