From: Denis Vlasenko Date: Tue, 9 Jan 2007 23:48:46 +0000 (-0000) Subject: Fix typo in usage text by shortening it X-Git-Tag: 1_4_0~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=886bb0df664205fc1098f34092fb5f716c225d06;p=oweals%2Fbusybox.git Fix typo in usage text by shortening it --- diff --git a/include/usage.h b/include/usage.h index 4eff16bc6..14650e5de 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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 \ ""