diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-09 21:10:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-09 21:10:32 +0200 |
commit | 3b2acb759cac73fe2af096af8641c01197fa4214 (patch) | |
tree | 646b3156a375f59977d30bc190b15e538a6d6c45 /networking | |
parent | c1e3027f11bd3dc12df508cde10457b9215424e4 (diff) | |
download | busybox-3b2acb759cac73fe2af096af8641c01197fa4214.tar.gz |
tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/nc_bloaty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 6b5b176c9..8594a67a6 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c @@ -57,7 +57,8 @@ //usage:#define nc_trivial_usage //usage: "[OPTIONS] HOST PORT - connect" //usage: IF_NC_SERVER("\n" -//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen") +//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen" +//usage: ) //usage:#define nc_full_usage "\n\n" //usage: "Options:" //usage: "\n -e PROG Run PROG after connect (must be last)" |