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