aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-18 22:51:46 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-18 22:51:46 +0100
commit8cc3a744fbe39152b6554e2a8c029f23dc39a3f9 (patch)
tree1a1d517b8cc9f9a74c4bcc7d2d1441f82f471b4b
parenta2f18d950a1a94e22fec78ee2d57f5cd3542551a (diff)
downloadbusybox-w32-8cc3a744fbe39152b6554e2a8c029f23dc39a3f9.tar.gz
busybox-w32-8cc3a744fbe39152b6554e2a8c029f23dc39a3f9.tar.bz2
busybox-w32-8cc3a744fbe39152b6554e2a8c029f23dc39a3f9.zip
help text: use -P PORT form
function old new delta packed_usage 33502 33491 -11 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/ftpgetput.c4
-rw-r--r--networking/udhcp/d6_dhcpc.c4
-rw-r--r--networking/udhcp/dhcpd.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index 6f7f7e9ca..30b3dabd1 100644
--- a/networking/ftpgetput.c
+++ b/networking/ftpgetput.c
@@ -43,7 +43,7 @@
43//usage: "\n -v Verbose" 43//usage: "\n -v Verbose"
44//usage: "\n -u USER Username" 44//usage: "\n -u USER Username"
45//usage: "\n -p PASS Password" 45//usage: "\n -p PASS Password"
46//usage: "\n -P NUM Port" 46//usage: "\n -P PORT"
47//usage: 47//usage:
48//usage:#define ftpput_trivial_usage 48//usage:#define ftpput_trivial_usage
49//usage: "[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE" 49//usage: "[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE"
@@ -52,7 +52,7 @@
52//usage: "\n -v Verbose" 52//usage: "\n -v Verbose"
53//usage: "\n -u USER Username" 53//usage: "\n -u USER Username"
54//usage: "\n -p PASS Password" 54//usage: "\n -p PASS Password"
55//usage: "\n -P NUM Port number" 55//usage: "\n -P PORT"
56 56
57#include "libbb.h" 57#include "libbb.h"
58#include "common_bufsiz.h" 58#include "common_bufsiz.h"
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c
index 744448cee..d4d29dcbb 100644
--- a/networking/udhcp/d6_dhcpc.c
+++ b/networking/udhcp/d6_dhcpc.c
@@ -1161,7 +1161,7 @@ static void client_background(void)
1161//usage:#endif 1161//usage:#endif
1162//usage:#define udhcpc6_trivial_usage 1162//usage:#define udhcpc6_trivial_usage
1163//usage: "[-fbnq"IF_UDHCP_VERBOSE("v")"odR] [-i IFACE] [-r IPv6] [-s PROG] [-p PIDFILE]\n" 1163//usage: "[-fbnq"IF_UDHCP_VERBOSE("v")"odR] [-i IFACE] [-r IPv6] [-s PROG] [-p PIDFILE]\n"
1164//usage: " [-x OPT:VAL]... [-O OPT]..." IF_FEATURE_UDHCP_PORT(" [-P N]") 1164//usage: " [-x OPT:VAL]... [-O OPT]..." IF_FEATURE_UDHCP_PORT(" [-P PORT]")
1165//usage:#define udhcpc6_full_usage "\n" 1165//usage:#define udhcpc6_full_usage "\n"
1166//usage: "\n -i IFACE Interface to use (default eth0)" 1166//usage: "\n -i IFACE Interface to use (default eth0)"
1167//usage: "\n -p FILE Create pidfile" 1167//usage: "\n -p FILE Create pidfile"
@@ -1179,7 +1179,7 @@ static void client_background(void)
1179//usage: "\n -R Release IP on exit" 1179//usage: "\n -R Release IP on exit"
1180//usage: "\n -S Log to syslog too" 1180//usage: "\n -S Log to syslog too"
1181//usage: IF_FEATURE_UDHCP_PORT( 1181//usage: IF_FEATURE_UDHCP_PORT(
1182//usage: "\n -P N Use port N (default 546)" 1182//usage: "\n -P PORT Use PORT (default 546)"
1183//usage: ) 1183//usage: )
1184////usage: IF_FEATURE_UDHCPC_ARPING( 1184////usage: IF_FEATURE_UDHCPC_ARPING(
1185////usage: "\n -a Use arping to validate offered address" 1185////usage: "\n -a Use arping to validate offered address"
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 9e950ca1f..cd32cb437 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -27,7 +27,7 @@
27//kbuild:lib-$(CONFIG_FEATURE_UDHCP_RFC3397) += domain_codec.o 27//kbuild:lib-$(CONFIG_FEATURE_UDHCP_RFC3397) += domain_codec.o
28 28
29//usage:#define udhcpd_trivial_usage 29//usage:#define udhcpd_trivial_usage
30//usage: "[-fS] [-I ADDR]" IF_FEATURE_UDHCP_PORT(" [-P N]") " [CONFFILE]" 30//usage: "[-fS] [-I ADDR]" IF_FEATURE_UDHCP_PORT(" [-P PORT]") " [CONFFILE]"
31//usage:#define udhcpd_full_usage "\n\n" 31//usage:#define udhcpd_full_usage "\n\n"
32//usage: "DHCP server\n" 32//usage: "DHCP server\n"
33//usage: "\n -f Run in foreground" 33//usage: "\n -f Run in foreground"
@@ -35,7 +35,7 @@
35//usage: "\n -I ADDR Local address" 35//usage: "\n -I ADDR Local address"
36//usage: "\n -a MSEC Timeout for ARP ping (default 2000)" 36//usage: "\n -a MSEC Timeout for ARP ping (default 2000)"
37//usage: IF_FEATURE_UDHCP_PORT( 37//usage: IF_FEATURE_UDHCP_PORT(
38//usage: "\n -P N Use port N (default 67)" 38//usage: "\n -P PORT Use PORT (default 67)"
39//usage: ) 39//usage: )
40//usage: "\nSignals:" 40//usage: "\nSignals:"
41//usage: "\n USR1 Update lease file" 41//usage: "\n USR1 Update lease file"