projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c962f2
)
Fix typo in usage text by shortening it
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 9 Jan 2007 23:48:46 +0000
(23:48 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 9 Jan 2007 23:48:46 +0000
(23:48 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 4eff16bc6e5346404b44ea2d05d790e33bded434..14650e5ded7058bf3fc295e0adc6b1ba55637ac6 100644
(file)
--- 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 \
""