- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)

This commit is contained in:
Bernhard Reutner-Fischer
2008-09-01 15:24:52 +00:00
parent d129d7c3cd
commit d93179fd5b
2 changed files with 9 additions and 8 deletions

View File

@ -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:" \