diff options
author | Matt Kraai <kraai@debian.org> | 2001-12-06 17:37:51 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-12-06 17:37:51 +0000 |
commit | 54805af092caaa04a4247560127234ba92ac122d (patch) | |
tree | e0d26d85327b27b9fed7ed146a69e9ffbbb819bd /include/usage.h | |
parent | c98c06233e8ac24ebf75ddae68f1f1a3a95a3bd1 (diff) |
Remove documentation for the --file option to hostname (noted by
David Douthitt).
Diffstat (limited to 'include/usage.h')
-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 @@ "Get or set the hostname or DNS domain name. If a hostname is given\n" \ "(or FILE with the -F parameter), the host name will be set.\n\n" \ "Options:\n" \ - "\t-s\t\tShort\n" \ - "\t-i\t\tAddresses for the hostname\n" \ - "\t-d\t\tDNS domain name\n" \ - "\t-f\t\tFully qualified domain name\n" \ - "\t-F, --file FILE\tUse the contents of FILE to specify the hostname" + "\t-s\tShort\n" \ + "\t-i\tAddresses for the hostname\n" \ + "\t-d\tDNS domain name\n" \ + "\t-f\tFully qualified domain name\n" \ + "\t-F FILE\tUse the contents of FILE to specify the hostname" #define hostname_example_usage \ "$ hostname\n" \ "sage \n" |