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