summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 69e6178..8f87202 100644
--- a/common.c
+++ b/common.c
@@ -123,5 +123,5 @@ void version(void)
{
printf(_("Quota utilities version %s.\n"), PACKAGE_VERSION);
printf(_("Compiled with:%s\n"), COMPILE_OPTS);
- printf(_("Bugs to %s\n"), MY_EMAIL);
+ printf(_("Bugs to %s\n"), PACKAGE_BUGREPORT);
}