From efb62d5ef3fe7703e790173d53cf649c156bcb4e Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 11 May 2001 11:00:40 +0000 Subject: Fixed bug in quotacheck for new format. Fixed bug in version() in quot (Nathan). Added -t (truncate names) option to repquota. --- quot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quot.c') 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); } -- cgit v1.2.3