From 828503ab5c54ecfb2c4b877d2bcbf6b5a8636d95 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Thu, 9 Aug 2007 13:37:22 -0600 Subject: [PATCH] mount: improve error message when helper program not present Signed-off-by: LaMont Jones --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.c b/mount/mount.c index ffa1f2b7..0267a29a 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -1189,7 +1189,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0, error (_("mount: %s not mounted already, or bad option"), node); } else { error (_("mount: wrong fs type, bad option, bad superblock on %s,\n" - " missing codepage or other error"), + " missing codepage or helper program, or other error"), spec); if (stat(spec, &statbuf) == 0 && S_ISBLK(statbuf.st_mode) -- 2.39.5