aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-12 22:30:31 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-12 22:30:31 +0000
commit034e005ed4c74a8bb9601070d39676fba9862c39 (patch)
tree3c1d3bf709d7b38dbc74323c5eb2d5a339bca00b /applets
parent21bf4b5a9f2ab770b9a112848ebdc0c382da49e8 (diff)
downloadbusybox-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 'applets')
-rw-r--r--applets/usage.c2
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