diff options
author | jkar8572 <jkar8572> | 2001-05-11 11:00:40 +0000 |
---|---|---|
committer | jkar8572 <jkar8572> | 2001-05-11 11:00:40 +0000 |
commit | efb62d5ef3fe7703e790173d53cf649c156bcb4e (patch) | |
tree | 473f308f0880a1afc4995bcdd70dd70a06c8adcd /quot.c | |
parent | 3dbd1e5a75e551d93ced9b3f698c29be91261415 (diff) | |
download | linuxquota-efb62d5ef3fe7703e790173d53cf649c156bcb4e.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |