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-8cc3a744fbe39152b6554e2a8c029f23dc39a3f9.tar.gz
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 @@
//usage: "\n -v Verbose"
//usage: "\n -u USER Username"
//usage: "\n -p PASS Password"
-//usage: "\n -P NUM Port"
+//usage: "\n -P PORT"
//usage:
//usage:#define ftpput_trivial_usage
//usage: "[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE"
@@ -52,7 +52,7 @@
//usage: "\n -v Verbose"
//usage: "\n -u USER Username"
//usage: "\n -p PASS Password"
-//usage: "\n -P NUM Port number"
+//usage: "\n -P PORT"
#include "libbb.h"
#include "common_bufsiz.h"