From: Jim Meyering Date: Mon, 30 Aug 1999 14:35:45 +0000 (+0000) Subject: (usage): Correct --help message. X-Git-Tag: FILEUTILS-4_0j-trial~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57e5f5a5b5c35ab19305a00bbb4297ec43dd3e41;p=thirdparty%2Fcoreutils.git (usage): Correct --help message. --- diff --git a/src/hostid.c b/src/hostid.c index eec81fef00..607ccaa389 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -45,14 +45,16 @@ usage (int status) program_name); else { - printf (_("Usage: %s\n"), program_name); printf (_("\ +Usage: %s\n\ + or: %s OPTION\n\ Print the numeric identifier (in hexadecimal) for the current host.\n\ \n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ -")); +"), + program_name, program_name); puts (_("\nReport bugs to .")); } exit (status);