Making note of my changes
[oweals/busybox.git] / hostname.c
index 3c22cf8c0adb277399c74d378b0f1b5f5afe1ecb..20e1741870c0e7f9983fd15c48b635082b452344 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $
+ * $Id: hostname.c,v 1.5 1999/12/09 06:11:36 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)