From 3361bd2bca857df4e502280400aa88a7cebda588 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Oct 1996 04:15:08 +0000 Subject: (main): update --version output to conform to coding standard --- src/tac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tac.c') diff --git a/src/tac.c b/src/tac.c index 2b9ba48d4..8b7bceb3d 100644 --- a/src/tac.c +++ b/src/tac.c @@ -622,7 +622,7 @@ main (int argc, char **argv) if (show_version) { - printf ("tac - %s\n", PACKAGE_VERSION); + printf ("tac (GNU %s) %s\n", PACKAGE, VERSION); exit (EXIT_SUCCESS); } -- cgit v1.2.3-54-g00ecf