diff options
Diffstat (limited to 'quota.c')
-rw-r--r-- | quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ static void usage(void) --hide-device do not show file system device in output\n\ -h, --help display this help message and exit\n\ -V, --version display version information and exit\n\n")); - fprintf(stderr, _("Bugs to: %s\n"), MY_EMAIL); + fprintf(stderr, _("Bugs to: %s\n"), PACKAGE_BUGREPORT); exit(1); } |