aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-09-21 14:42:30 +0000
committerMatt Kraai <kraai@debian.org>2001-09-21 14:42:30 +0000
commit3be34309e3274cd6996e4257dd3df7307c8dee3d (patch)
tree4826d9e18463876d0d3627229580751e7e51b9cb
parentf8f6e624bb5b0cbe418356e02a8a61b445c5bd66 (diff)
downloadbusybox-w32-3be34309e3274cd6996e4257dd3df7307c8dee3d.tar.gz
busybox-w32-3be34309e3274cd6996e4257dd3df7307c8dee3d.tar.bz2
busybox-w32-3be34309e3274cd6996e4257dd3df7307c8dee3d.zip
Fix tftp usage information (closes: #1216).
-rw-r--r--applets/usage.h12
-rw-r--r--include/usage.h12
-rw-r--r--usage.h12
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 ...]"
diff --git a/usage.h b/usage.h
index d825131e1..f504ac1b8 100644
--- a/usage.h
+++ b/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 ...]"