aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-12-06 17:37:51 +0000
committerMatt Kraai <kraai@debian.org>2001-12-06 17:37:51 +0000
commit54805af092caaa04a4247560127234ba92ac122d (patch)
treee0d26d85327b27b9fed7ed146a69e9ffbbb819bd
parentc98c06233e8ac24ebf75ddae68f1f1a3a95a3bd1 (diff)
downloadbusybox-w32-54805af092caaa04a4247560127234ba92ac122d.tar.gz
busybox-w32-54805af092caaa04a4247560127234ba92ac122d.tar.bz2
busybox-w32-54805af092caaa04a4247560127234ba92ac122d.zip
Remove documentation for the --file option to hostname (noted by
David Douthitt).
-rw-r--r--include/usage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h
index 3475d99f0..c26dbf640 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -688,11 +688,11 @@
688 "Get or set the hostname or DNS domain name. If a hostname is given\n" \ 688 "Get or set the hostname or DNS domain name. If a hostname is given\n" \
689 "(or FILE with the -F parameter), the host name will be set.\n\n" \ 689 "(or FILE with the -F parameter), the host name will be set.\n\n" \
690 "Options:\n" \ 690 "Options:\n" \
691 "\t-s\t\tShort\n" \ 691 "\t-s\tShort\n" \
692 "\t-i\t\tAddresses for the hostname\n" \ 692 "\t-i\tAddresses for the hostname\n" \
693 "\t-d\t\tDNS domain name\n" \ 693 "\t-d\tDNS domain name\n" \
694 "\t-f\t\tFully qualified domain name\n" \ 694 "\t-f\tFully qualified domain name\n" \
695 "\t-F, --file FILE\tUse the contents of FILE to specify the hostname" 695 "\t-F FILE\tUse the contents of FILE to specify the hostname"
696#define hostname_example_usage \ 696#define hostname_example_usage \
697 "$ hostname\n" \ 697 "$ hostname\n" \
698 "sage \n" 698 "sage \n"