diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 04:12:58 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 04:12:58 +0000 |
commit | d113fbc2bd7af51304124ad43d73b9f66896e4d6 (patch) | |
tree | de687d38a493cce878366035b41432da1c7b5b8b | |
parent | 8ebd21e503faf5993f6c23a4a110818a940fa284 (diff) | |
download | busybox-w32-d113fbc2bd7af51304124ad43d73b9f66896e4d6.tar.gz busybox-w32-d113fbc2bd7af51304124ad43d73b9f66896e4d6.tar.bz2 busybox-w32-d113fbc2bd7af51304124ad43d73b9f66896e4d6.zip |
Update usage for ftpget and ftpput
git-svn-id: svn://busybox.net/trunk/busybox@8535 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@ | |||
703 | "\t-f\tForce file system check." | 703 | "\t-f\tForce file system check." |
704 | 704 | ||
705 | #define ftpget_trivial_usage \ | 705 | #define ftpget_trivial_usage \ |
706 | "[options] remote-host local-directory remote-file" | 706 | "[options] remote-host local-file remote-file" |
707 | #define ftpget_full_usage \ | 707 | #define ftpget_full_usage \ |
708 | "Retrieve a remote file via FTP.\n\n" \ | 708 | "Retrieve a remote file via FTP.\n\n" \ |
709 | "Options:\n" \ | 709 | "Options:\n" \ |
@@ -714,7 +714,7 @@ | |||
714 | "\t-P, --port Port number to be used\n" | 714 | "\t-P, --port Port number to be used\n" |
715 | 715 | ||
716 | #define ftpput_trivial_usage \ | 716 | #define ftpput_trivial_usage \ |
717 | "[options] remote-host remote-directory local-file" | 717 | "[options] remote-host remote-file local-file" |
718 | #define ftpput_full_usage \ | 718 | #define ftpput_full_usage \ |
719 | "Store a local file on a remote machine via FTP.\n\n" \ | 719 | "Store a local file on a remote machine via FTP.\n\n" \ |
720 | "Options:\n" \ | 720 | "Options:\n" \ |