summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
authorTomáš Chvátal <tomas.chvatal@gmail.com>2014-12-01 14:21:06 +0100
committerJan Kara <jack@suse.cz>2014-12-02 14:21:56 +0100
commitbab3fa397dd3f6c932a272cedde79d175c667910 (patch)
tree6062cf2122f5b469bc7174abaaa29f0e8c6d9a01 /setquota.c
parent204620858132006a77ba8df1bff04861b058b31b (diff)
Create new autotools buildsystem
Reflect what was done before and try to mimic it Remove ChangeLog, now autogenerated for dist target Remove confusing gettext README and try to add new approach for translations [JK: Fixed build without RPC support] Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'setquota.c')
-rw-r--r--setquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setquota.c b/setquota.c
index cc5fee8..51d7b3c 100644
--- a/setquota.c
+++ b/setquota.c
@@ -76,7 +76,7 @@ static void usage(void)
-T, --edit-times edit grace times for user/group\n\
-h, --help display this help text and exit\n\
-V, --version display version information and exit\n\n"), stderr);
- fprintf(stderr, _("Bugs to: %s\n"), MY_EMAIL);
+ fprintf(stderr, _("Bugs to: %s\n"), PACKAGE_BUGREPORT);
exit(1);
}