aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-09 23:48:46 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-09 23:48:46 +0000
commit51df8eb6bb84bfe59c3eb358a9d810026ce53a58 (patch)
treef3be09490b1c77ce9212db32f6a9699cd8d4d2d0
parenta13035a703a1fd8ba00b6bdc632cda75c96b6e5b (diff)
downloadbusybox-w32-51df8eb6bb84bfe59c3eb358a9d810026ce53a58.tar.gz
busybox-w32-51df8eb6bb84bfe59c3eb358a9d810026ce53a58.tar.bz2
busybox-w32-51df8eb6bb84bfe59c3eb358a9d810026ce53a58.zip
Fix typo in usage text by shortening it
git-svn-id: svn://busybox.net/trunk/busybox@17215 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
1347#define inetd_full_usage \ 1347#define inetd_full_usage \
1348 "Listen for network connections and launch programs" \ 1348 "Listen for network connections and launch programs" \
1349 "\n\nOptions:\n" \ 1349 "\n\nOptions:\n" \
1350 " -f Run as foreground progress\n" \ 1350 " -f Run in foreground\n" \
1351 " -q Sets the size of the socket listen queue to\n" \ 1351 " -q N Set the size of the socket listen queue to N\n" \
1352 " the specified value. Default is 128" 1352 " (default: 128)"
1353 1353
1354#define init_trivial_usage \ 1354#define init_trivial_usage \
1355 "" 1355 ""