From: Jim Meyering Date: Sat, 5 Oct 1996 17:12:55 +0000 (+0000) Subject: fix --version output X-Git-Tag: TEXTUTILS-1_19n~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13e04ed9d9a4b17a535b7a1524c40be8d10cd4a;p=thirdparty%2Fcoreutils.git fix --version output --- diff --git a/src/who-users.c b/src/who-users.c index 1041641943..cdb53e6e28 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -728,7 +728,7 @@ main (int argc, char **argv) if (show_version) { - printf ("%s - %s\n", COMMAND_NAME, GNU_PACKAGE, VERSION); + printf ("%s (%s) %s\n", COMMAND_NAME, GNU_PACKAGE, VERSION); exit (0); }