svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Thu Jan 24 02:27:31 UTC 2008


Author: vda
Date: 2008-01-23 18:27:30 -0800 (Wed, 23 Jan 2008)
New Revision: 20894

Log:
halt: update help text



Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2008-01-24 01:33:42 UTC (rev 20893)
+++ trunk/busybox/include/usage.h	2008-01-24 02:27:30 UTC (rev 20894)
@@ -1328,10 +1328,13 @@
        "[-d delay] [-n] [-f]"
 #define halt_full_usage \
        "Halt the system" \
-       "\n\nOptions:\n" \
-       "	-d	Delay interval for halting\n" \
-       "	-n	No call to sync()\n" \
-       "	-f	Force halt (don't go through init)"
+       "\n\nOptions:" \
+       "\n	-d	Delay interval for halting" \
+       "\n	-n	No call to sync()" \
+       "\n	-f	Force halt (don't go through init)" \
+	USE_FEATURE_WTMP( \
+       "\n	-w	Only write a wtmp record" \
+	)
 
 #define hdparm_trivial_usage \
        "[options] [device] .."




More information about the busybox-cvs mailing list