diff options
author | Eric Andersen | 1999-12-08 04:23:30 +0000 |
---|---|---|
committer | Eric Andersen | 1999-12-08 04:23:30 +0000 |
commit | 2285f367e220af9bda9f544945007725a02032dd (patch) | |
tree | 0b49596017c10bb84a71f3c5d94406c6bd9aa852 /networking/hostname.c | |
parent | fcdb57a0fc6adebf24db9c10163f319be79da55f (diff) | |
download | busybox-2285f367e220af9bda9f544945007725a02032dd.zip busybox-2285f367e220af9bda9f544945007725a02032dd.tar.gz |
Stuf
Diffstat (limited to 'networking/hostname.c')
-rw-r--r-- | networking/hostname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/hostname.c b/networking/hostname.c index 3c22cf8..6d9de1e 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -1,5 +1,5 @@ /* - * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $ + * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 andersen Exp $ * Mini hostname implementation for busybox * * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> @@ -37,7 +37,7 @@ static const char* hostname_usage = "\t-s\t\tShort\n" "\t-i\t\tAddresses for the hostname\n" "\t-d\t\tDNS domain name\n" -"\t-F file\tUse FILE to specify the hostname\n"; +"\t-F FILE\t\tUse the contents of FILE to specify the hostname\n"; void do_sethostname(char *s, int isfile) |