svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Tue Jan 9 23:48:48 UTC 2007


Author: vda
Date: 2007-01-09 15:48:46 -0800 (Tue, 09 Jan 2007)
New Revision: 17215

Log:
Fix typo in usage text by shortening it


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2007-01-09 23:44:57 UTC (rev 17214)
+++ trunk/busybox/include/usage.h	2007-01-09 23:48:46 UTC (rev 17215)
@@ -1347,9 +1347,9 @@
 #define inetd_full_usage \
        "Listen for network connections and launch programs" \
        "\n\nOptions:\n" \
-       "	-f	Run as foreground progress\n" \
-       "	-q	Sets the size of the socket listen queue to\n" \
-       "		the specified value. Default is 128"
+       "	-f	Run in foreground\n" \
+       "	-q N	Set the size of the socket listen queue to N\n" \
+       "		(default: 128)"
 
 #define init_trivial_usage \
        ""




More information about the busybox-cvs mailing list