diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-01 15:24:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-01 15:24:52 +0000 |
commit | d93179fd5b6811cf5446a31146099c66c85db359 (patch) | |
tree | 853bea712b8efd785e1a41d9894bece1b4973a92 /include | |
parent | d129d7c3cdf1ce81c744dca4cc0c2659bf51cd3f (diff) | |
download | busybox-w32-d93179fd5b6811cf5446a31146099c66c85db359.tar.gz busybox-w32-d93179fd5b6811cf5446a31146099c66c85db359.tar.bz2 busybox-w32-d93179fd5b6811cf5446a31146099c66c85db359.zip |
- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
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 @@ | |||
1424 | "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" | 1424 | "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" |
1425 | 1425 | ||
1426 | #define halt_trivial_usage \ | 1426 | #define halt_trivial_usage \ |
1427 | "[-d delay] [-n] [-f]" | 1427 | "[-d delay] [-n] [-f]" USE_FEATURE_WTMP(" [-w]") |
1428 | #define halt_full_usage "\n\n" \ | 1428 | #define halt_full_usage "\n\n" \ |
1429 | "Halt the system\n" \ | 1429 | "Halt the system\n" \ |
1430 | "\nOptions:" \ | 1430 | "\nOptions:" \ |