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