diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-21 20:26:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-21 20:26:18 +0000 |
commit | b4e8324ac2f8626e970f2185b9cbfea7c154c11c (patch) | |
tree | 63696797cc3ef0e34cbd2003b21e0600164be454 /src | |
parent | 03455da71a3c59154706ed1054ff7314f1bd026a (diff) | |
download | coreutils-b4e8324ac2f8626e970f2185b9cbfea7c154c11c.tar.xz |
(usage): Remove the ` [-v]' from the Usage: line.
Diffstat (limited to 'src')
-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\ |