diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-02-22 04:12:58 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-02-22 04:12:58 +0000 |
commit | 58fd67fa984c1c93cb9857391e677e1de421ea45 (patch) | |
tree | de687d38a493cce878366035b41432da1c7b5b8b /include | |
parent | c699778fbba188cd3ba1c654f041fd61f1eb6ab8 (diff) | |
download | busybox-58fd67fa984c1c93cb9857391e677e1de421ea45.tar.gz |
Update usage for ftpget and ftpput
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index f7ac0decb..59e81c2d3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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" \ |