aboutsummaryrefslogtreecommitdiff
path: root/hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostname.c')
-rw-r--r--hostname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostname.c b/hostname.c
index 3c22cf8c0..6d9de1ec5 100644
--- a/hostname.c
+++ b/hostname.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * $Id: hostname.c,v 1.2 1999/12/08 04:13:44 andersen Exp $ 2 * $Id: hostname.c,v 1.3 1999/12/08 04:23:30 andersen Exp $
3 * Mini hostname implementation for busybox 3 * Mini hostname implementation for busybox
4 * 4 *
5 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> 5 * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
@@ -37,7 +37,7 @@ static const char* hostname_usage =
37"\t-s\t\tShort\n" 37"\t-s\t\tShort\n"
38"\t-i\t\tAddresses for the hostname\n" 38"\t-i\t\tAddresses for the hostname\n"
39"\t-d\t\tDNS domain name\n" 39"\t-d\t\tDNS domain name\n"
40"\t-F file\tUse FILE to specify the hostname\n"; 40"\t-F FILE\t\tUse the contents of FILE to specify the hostname\n";
41 41
42 42
43void do_sethostname(char *s, int isfile) 43void do_sethostname(char *s, int isfile)