summaryrefslogtreecommitdiff
path: root/src/head.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/head.c
parentde05a873ec03684edc6229e86282886ece7e53d0 (diff)
downloadcoreutils-630b771f1b9e264af678554890bcec558a154b2a.tar.xz
(main): update --version output again
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c
index 3bce5f780..ffcb1c12b 100644
--- a/src/head.c
+++ b/src/head.c
@@ -353,7 +353,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("head (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("head (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}