summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-04 04:25:46 +0000
committerJim Meyering <jim@meyering.net>1996-10-04 04:25:46 +0000
commit630b771f1b9e264af678554890bcec558a154b2a (patch)
treef935e39e1a1b2d126aa9fa68d86ef74dc5a89eb0 /src/wc.c
parentde05a873ec03684edc6229e86282886ece7e53d0 (diff)
downloadcoreutils-630b771f1b9e264af678554890bcec558a154b2a.tar.xz
(main): update --version output again
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index 4bd20b42a..6c7e6e64c 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -293,7 +293,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("wc (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("wc (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}