diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-16 20:03:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-16 20:03:02 +0000 |
commit | e52535af000ee6c3f06734268971228e5d4af4ed (patch) | |
tree | 466ff36aaaa2d71c454702059db1c1c1537cda39 | |
parent | 3a0056aa09d9551c2e12f922f66060006a73820d (diff) | |
download | coreutils-e52535af000ee6c3f06734268971228e5d4af4ed.tar.xz |
*** empty log message ***
-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 9daeaf80f..716f6a446 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -41,7 +41,7 @@ usage (int status) { printf (_("Usage: %s [-v]\n"), program_name); printf (_("\ -Print the identifier for the current host.\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\ |