diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 17:37:51 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 17:37:51 +0000 |
commit | a839b562fc6e570991967b0e9cc09e4d1b80a59d (patch) | |
tree | e0d26d85327b27b9fed7ed146a69e9ffbbb819bd | |
parent | 085553216368f5c5105f45841cd1e63c9a9a1646 (diff) | |
download | busybox-w32-a839b562fc6e570991967b0e9cc09e4d1b80a59d.tar.gz busybox-w32-a839b562fc6e570991967b0e9cc09e4d1b80a59d.tar.bz2 busybox-w32-a839b562fc6e570991967b0e9cc09e4d1b80a59d.zip |
Remove documentation for the --file option to hostname (noted by
David Douthitt).
git-svn-id: svn://busybox.net/trunk/busybox@3858 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/usage.h | 10 |
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" |