svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Thu Sep 25 11:17:10 UTC 2008


Author: vda
Date: 2008-09-25 04:17:10 -0700 (Thu, 25 Sep 2008)
New Revision: 23490

Log:
top: don't lie in help screen about "-d 1" being valid



Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2008-09-25 11:11:37 UTC (rev 23489)
+++ trunk/busybox/include/usage.h	2008-09-25 11:17:10 UTC (rev 23490)
@@ -4211,7 +4211,7 @@
      "\n	-v	Verbose" \
 
 #define top_trivial_usage \
-       "[-b] [-n COUNT] [-d SECONDS]"
+       "[-b] [-nCOUNT] [-dSECONDS]"
 #define top_full_usage "\n\n" \
        "Provide a view of process activity in real time.\n" \
        "Read the status of all processes from /proc each SECONDS\n" \




More information about the busybox-cvs mailing list