summaryrefslogtreecommitdiff
path: root/convertquota.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 /convertquota.c
parent204620858132006a77ba8df1bff04861b058b31b (diff)
downloadlinuxquota-bab3fa397dd3f6c932a272cedde79d175c667910.tar.gz
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 'convertquota.c')
-rw-r--r--convertquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convertquota.c b/convertquota.c
index 76bd1e8..d913e05 100644
--- a/convertquota.c
+++ b/convertquota.c
@@ -45,7 +45,7 @@ static void usage(void)
-f, --convert-format oldfmt,newfmt convert from old to VFSv0 quota format\n\
-h, --help show this help text and exit\n\
-V, --version output version information and exit\n\n"), progname);
- errstr(_("Bugs to %s\n"), MY_EMAIL);
+ errstr(_("Bugs to %s\n"), PACKAGE_BUGREPORT);
exit(1);
}