diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1611,17 +1611,19 @@ | |||
1611 | #endif | 1611 | #endif |
1612 | 1612 | ||
1613 | #define tftp_trivial_usage \ | 1613 | #define tftp_trivial_usage \ |
1614 | "command SOURCE DEST" | 1614 | "[OPTION]... HOST [PORT]" |
1615 | #define tftp_full_usage \ | 1615 | #define tftp_full_usage \ |
1616 | "Transfers a file from/to a tftp server using \"octet\" mode.\n\n" \ | 1616 | "Transfers a file from/to a tftp server using \"octet\" mode.\n\n" \ |
1617 | "Commands:\n" \ | 1617 | "Options:\n" \ |
1618 | "\t-b SIZE\tTransfer blocks of SIZE octets.\n" \ | ||
1618 | USAGE_TFTP_GET( \ | 1619 | USAGE_TFTP_GET( \ |
1619 | "\tget\tGet file from server SOURCE and store to local DEST.\n" \ | 1620 | "\t-g\tGet file.\n" \ |
1620 | ) \ | 1621 | ) \ |
1622 | "\t-l FILE\tTransfer local FILE.\n" \ | ||
1621 | USAGE_TFTP_PUT( \ | 1623 | USAGE_TFTP_PUT( \ |
1622 | "\tput\tPut local file SOURCE to server DEST.\n" \ | 1624 | "\t-p\tPut file.\n" \ |
1623 | ) \ | 1625 | ) \ |
1624 | "\nWhen naming a server, use the syntax \"server:file\"." | 1626 | "\t-r FILE\tTransfer remote FILE.\n" |
1625 | 1627 | ||
1626 | #define touch_trivial_usage \ | 1628 | #define touch_trivial_usage \ |
1627 | "[-c] FILE [FILE ...]" | 1629 | "[-c] FILE [FILE ...]" |