Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-10 02:48:46 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-10 02:48:46 +0300
commit886bb0df664205fc1098f34092fb5f716c225d06 (patch)
treef3be09490b1c77ce9212db32f6a9699cd8d4d2d0
parent1c962f23e09a50701be3090a72d0c0693e77d2ca (diff)
Fix typo in usage text by shortening it
-rw-r--r--include/usage.h6
1 files changed, 3 insertions, 3 deletions
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 \
""