diff options
-rw-r--r-- | applets/usage.h | 12 | ||||
-rw-r--r-- | include/usage.h | 12 | ||||
-rw-r--r-- | usage.h | 12 |
3 files changed, 21 insertions, 15 deletions
diff --git a/applets/usage.h b/applets/usage.h index d825131e1..f504ac1b8 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -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 ...]" |
diff --git a/include/usage.h b/include/usage.h index d825131e1..f504ac1b8 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -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 ...]" |
@@ -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 ...]" |