Update usage for ftpget and ftpput
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 22 Feb 2004 04:12:58 +0000 (04:12 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 22 Feb 2004 04:12:58 +0000 (04:12 -0000)
include/usage.h

index f7ac0decb757c0b1b641f163f56fc0c1d15848cf..59e81c2d3abc5b8bd0071630abee76b11c0c4120 100644 (file)
        "\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" \
        "\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" \