diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-30 14:36:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-30 14:36:06 +0000 |
commit | 98ecd5b300a146fcf1da7a053f55f4380dcafabb (patch) | |
tree | 3804b9fd45516dd274323d754fcf430c53c1994a /src | |
parent | 57e5f5a5b5c35ab19305a00bbb4297ec43dd3e41 (diff) | |
download | coreutils-98ecd5b300a146fcf1da7a053f55f4380dcafabb.tar.xz |
(usage): Correct --help message.
Diffstat (limited to 'src')
-rw-r--r-- | src/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname.c b/src/hostname.c index 830d6120a..beebb2dc8 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -66,7 +66,7 @@ usage (int status) printf (_("\ Usage: %s [NAME]\n\ or: %s OPTION\n\ -Print the hostname of the current system.\n\ +Print or set the hostname of the current system.\n\ \n\ --help display this help and exit\n\ --version output version information and exit\n\ |