diff options
Diffstat (limited to 'src/hostid.c')
-rw-r--r-- | src/hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostid.c b/src/hostid.c index ca6dce391..eec81fef0 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -45,7 +45,7 @@ usage (int status) program_name); else { - printf (_("Usage: %s [-v]\n"), program_name); + printf (_("Usage: %s\n"), program_name); printf (_("\ Print the numeric identifier (in hexadecimal) for the current host.\n\ \n\ |