diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-10-12 22:30:31 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-10-12 22:30:31 +0000 |
commit | 034e005ed4c74a8bb9601070d39676fba9862c39 (patch) | |
tree | 3c1d3bf709d7b38dbc74323c5eb2d5a339bca00b /usage.c | |
parent | 21bf4b5a9f2ab770b9a112848ebdc0c382da49e8 (diff) | |
download | busybox-w32-034e005ed4c74a8bb9601070d39676fba9862c39.tar.gz busybox-w32-034e005ed4c74a8bb9601070d39676fba9862c39.tar.bz2 busybox-w32-034e005ed4c74a8bb9601070d39676fba9862c39.zip |
Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make
hostname do "--file"
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1186 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |