From a13e04ed9d9a4b17a535b7a1524c40be8d10cd4a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Oct 1996 17:12:55 +0000 Subject: fix --version output --- src/who-users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/who-users.c b/src/who-users.c index 104164194..cdb53e6e2 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); } -- cgit v1.2.3-70-g09d2