[BusyBox-cvs] busybox/include usage.h,1.188,1.189

Glenn McGrath bug1 at busybox.net
Sun Feb 22 04:13:01 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv30297/include

Modified Files:
	usage.h 
Log Message:
Update usage for ftpget and ftpput


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- a/usage.h	20 Feb 2004 09:55:37 -0000	1.188
+++ b/usage.h	22 Feb 2004 04:12:58 -0000	1.189
@@ -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" \




More information about the busybox-cvs mailing list