Fix typo in usage text by shortening it
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 9 Jan 2007 23:48:46 +0000 (23:48 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 9 Jan 2007 23:48:46 +0000 (23:48 -0000)
include/usage.h

index 4eff16bc6e5346404b44ea2d05d790e33bded434..14650e5ded7058bf3fc295e0adc6b1ba55637ac6 100644 (file)
 #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 \
        ""