diff options
-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" |