diff options
-rw-r--r-- | src/hostid.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/hostid.c b/src/hostid.c index eec81fef0..607ccaa38 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 <bug-sh-utils@gnu.org>.")); } exit (status); |