summaryrefslogtreecommitdiff
path: root/quot.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-05-11 11:00:40 +0000
committerjkar8572 <jkar8572>2001-05-11 11:00:40 +0000
commitefb62d5ef3fe7703e790173d53cf649c156bcb4e (patch)
tree473f308f0880a1afc4995bcdd70dd70a06c8adcd /quot.c
parent3dbd1e5a75e551d93ced9b3f698c29be91261415 (diff)
Fixed bug in quotacheck for new format.
Fixed bug in version() in quot (Nathan). Added -t (truncate names) option to repquota.
Diffstat (limited to 'quot.c')
-rw-r--r--quot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quot.c b/quot.c
index d0c2f25..bd06ac1 100644
--- a/quot.c
+++ b/quot.c
@@ -76,7 +76,7 @@ static void creport(const char *, char *);
static void usage(void)
{
- errstr(_("Usage: %s [-acfugvV] [filesystem...]\n"));
+ errstr(_("Usage: %s [-acfugvV] [filesystem...]\n"), progname);
exit(1);
}