diff options
Diffstat (limited to 'toys/lsb/hostname.c')
-rw-r--r-- | toys/lsb/hostname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/lsb/hostname.c b/toys/lsb/hostname.c index f30d1fbd..0a1f9b18 100644 --- a/toys/lsb/hostname.c +++ b/toys/lsb/hostname.c @@ -14,8 +14,8 @@ config HOSTNAME Get/Set the current hostname - -b Set hostname to 'localhost' if otherwise unset - -F Set hostname to contents of FILENAME + -b Set hostname to 'localhost' if otherwise unset + -F Set hostname to contents of FILENAME */ #define FOR_hostname |