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/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index 9e99384c2..38d8759c0 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -384,7 +384,7 @@ main (int argc, char **argv) if (show_version) { - printf ("uniq - %s\n", PACKAGE_VERSION); + printf ("uniq (GNU %s) %s\n", PACKAGE, VERSION); exit (EXIT_SUCCESS); } -- cgit v1.2.3-54-g00ecf