svn commit: trunk/busybox/include
vda at busybox.net
vda at busybox.net
Wed May 21 19:10:51 PDT 2008
Author: vda
Date: 2008-05-21 19:10:50 -0700 (Wed, 21 May 2008)
New Revision: 22044
Log:
last: trim help text
Modified:
trunk/busybox/include/usage.h
Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h 2008-05-22 02:07:58 UTC (rev 22043)
+++ trunk/busybox/include/usage.h 2008-05-22 02:10:50 UTC (rev 22044)
@@ -3509,9 +3509,9 @@
"Show listing of the last users that logged into the system" \
USE_FEATURE_LAST_FANCY( "\n" \
"\nOptions:" \
- "\n -H Show header line" \
- "\n -W Display with no host column truncation" \
- "\n -f file Read from file instead of /var/log/wtmp" \
+/* "\n -H Show header line" */ \
+ "\n -W Display with no host column truncation" \
+ "\n -f file Read from file instead of /var/log/wtmp" \
)
#define sha1sum_trivial_usage \
More information about the busybox-cvs
mailing list