mirror of
https://github.com/sheumann/hush.git
synced 2024-11-17 10:07:19 +00:00
Update usage for ftpget and ftpput
This commit is contained in:
parent
c699778fbb
commit
58fd67fa98
@ -703,7 +703,7 @@
|
||||
"\t-f\tForce file system check."
|
||||
|
||||
#define ftpget_trivial_usage \
|
||||
"[options] remote-host local-directory remote-file"
|
||||
"[options] remote-host local-file remote-file"
|
||||
#define ftpget_full_usage \
|
||||
"Retrieve a remote file via FTP.\n\n" \
|
||||
"Options:\n" \
|
||||
@ -714,7 +714,7 @@
|
||||
"\t-P, --port Port number to be used\n"
|
||||
|
||||
#define ftpput_trivial_usage \
|
||||
"[options] remote-host remote-directory local-file"
|
||||
"[options] remote-host remote-file local-file"
|
||||
#define ftpput_full_usage \
|
||||
"Store a local file on a remote machine via FTP.\n\n" \
|
||||
"Options:\n" \
|
||||
|
Loading…
Reference in New Issue
Block a user