ftpget/put: make 3rd parameter optional
function old new delta packed_usage 26728 26738 +10 ftpgetput_main 343 351 +8 Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
337a31b074
commit
1dacfbb1f4
2 changed files with 4 additions and 4 deletions
|
@ -1362,7 +1362,7 @@
|
|||
"\n DIR Change root to this directory" \
|
||||
|
||||
#define ftpget_trivial_usage \
|
||||
"[OPTIONS] HOST LOCAL_FILE REMOTE_FILE"
|
||||
"[OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE"
|
||||
#define ftpget_full_usage "\n\n" \
|
||||
"Retrieve a remote file via FTP\n" \
|
||||
"\nOptions:" \
|
||||
|
@ -1382,7 +1382,7 @@
|
|||
)
|
||||
|
||||
#define ftpput_trivial_usage \
|
||||
"[OPTIONS] HOST REMOTE_FILE LOCAL_FILE"
|
||||
"[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE"
|
||||
#define ftpput_full_usage "\n\n" \
|
||||
"Store a local file on a remote machine via FTP\n" \
|
||||
"\nOptions:" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue