summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
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 d5236dd..e9c5ea3 100644
--- a/setquota.c
+++ b/setquota.c
@@ -50,7 +50,7 @@ static void usage(void)
" setquota [-u|-g] [-F quotaformat] <-p protouser|protogroup> <user|group> -a|<filesystem>...\n"
" setquota [-u|-g] [-F quotaformat] -t <blockgrace> <inodegrace> -a|<filesystem>...\n"));
#endif
- errstr(_("Bugs to: %s\n"), MY_EMAIL);
+ fprintf(stderr, _("Bugs to: %s\n"), MY_EMAIL);
exit(1);
}