diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-12 22:30:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-12 22:30:31 +0000 |
commit | 0d5835a7674e8f36a5669e567be32d53dff401ac (patch) | |
tree | 3c1d3bf709d7b38dbc74323c5eb2d5a339bca00b /applets | |
parent | 872138de50b1c5bbf105b0243f5778fcb02b310b (diff) | |
download | busybox-w32-0d5835a7674e8f36a5669e567be32d53dff401ac.tar.gz busybox-w32-0d5835a7674e8f36a5669e567be32d53dff401ac.tar.bz2 busybox-w32-0d5835a7674e8f36a5669e567be32d53dff401ac.zip |
Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make
hostname do "--file"
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c index 81f4cfc0e..51ab9a813 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -458,7 +458,7 @@ const char hostname_usage[] = | |||
458 | 458 | ||
459 | "\t-i\t\tAddresses for the hostname\n" | 459 | "\t-i\t\tAddresses for the hostname\n" |
460 | "\t-d\t\tDNS domain name\n" | 460 | "\t-d\t\tDNS domain name\n" |
461 | "\t-F FILE\t\tUse the contents of FILE to specify the hostname\n" | 461 | "\t-F, --file FILE\tUse the contents of FILE to specify the hostname\n" |
462 | #endif | 462 | #endif |
463 | ; | 463 | ; |
464 | #endif | 464 | #endif |