summaryrefslogtreecommitdiff
path: root/src/nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl.c')
-rw-r--r--src/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl.c b/src/nl.c
index 4a41c133f..4b3461c73 100644
--- a/src/nl.c
+++ b/src/nl.c
@@ -579,7 +579,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("nl (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("nl (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}