aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
diff options
context:
space:
mode:
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"