summaryrefslogtreecommitdiff
path: root/quotasync.c
diff options
context:
space:
mode:
Diffstat (limited to 'quotasync.c')
-rw-r--r--quotasync.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/quotasync.c b/quotasync.c
index cfc3f2d..99bb3a0 100644
--- a/quotasync.c
+++ b/quotasync.c
@@ -7,6 +7,7 @@
#include <getopt.h>
#include "pot.h"
+#include "config.h"
#include "common.h"
#include "quotasys.h"
#include "quotaio.h"
@@ -38,7 +39,7 @@ static void usage(int status)
"-V, --version display version information and exit\n"
"\n"
));
- printf(_("Report bugs to <%s>.\n"), MY_EMAIL);
+ printf(_("Report bugs to <%s>.\n"), PACKAGE_BUGREPORT);
exit(status);
}