From 6e8aa2396e0b2ef59f74cc97e109bbd14a395876 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Mon, 21 Nov 2005 22:30:23 +0000 Subject: Corrected some informal language in error messages (Jan Kara) Quota(1) has now -f option to specify a list of filesystems (Jan Kara) --- repquota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repquota.c') diff --git a/repquota.c b/repquota.c index 1981102..e193b32 100644 --- a/repquota.c +++ b/repquota.c @@ -105,7 +105,7 @@ static void parse_options(int argcnt, char **argstr) usage(); } if (fmt == QF_RPC) { - fputs(_("Repquota can't report through RPC calls.\n"), stderr); + fputs(_("Repquota cannot report through RPC calls.\n"), stderr); exit(1); } if (flags & FL_NONAME && flags & FL_TRUNCNAMES) { -- cgit v1.2.3