From 1dacfbb1f466a2964cbf49855f336bcc1d25ebc0 Mon Sep 17 00:00:00 2001 From: Vladimir Dronnikov Date: Fri, 23 Oct 2009 23:34:43 +0200 Subject: 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 Signed-off-by: Denys Vlasenko --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index 8db1946cd..d03ec2295 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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:" \ -- cgit v1.2.3