From 57e5f5a5b5c35ab19305a00bbb4297ec43dd3e41 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Aug 1999 14:35:45 +0000 Subject: [PATCH] (usage): Correct --help message. --- src/hostid.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); -- 2.47.3