summaryrefslogtreecommitdiffstats
path: root/sys-utils/readprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/readprofile.c')
-rw-r--r--sys-utils/readprofile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c
index 6e1c3fcf0..43991f2fc 100644
--- a/sys-utils/readprofile.c
+++ b/sys-utils/readprofile.c
@@ -194,8 +194,8 @@ main(int argc, char **argv) {
optVerbose++;
break;
case 'V':
- printf(_("%s version %s\n"), prgname,
- VERSION);
+ printf(_("%s (%s)\n"), prgname,
+ PACKAGE_STRING);
exit(0);
default:
usage();