aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
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 /networking/ftpgetput.c
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>
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r--networking/ftpgetput.c4
1 files changed, 2 insertions, 2 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"