summaryrefslogtreecommitdiff
path: root/src/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot.c')
-rw-r--r--src/chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot.c b/src/chroot.c
index 12d282b49..b773f0db6 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -261,7 +261,7 @@ main (int argc, char **argv)
{
int exit_status = (errno == ENOENT ? EXIT_ENOENT : EXIT_CANNOT_INVOKE);
- error (0, errno, _("cannot run command %s"), quote (argv[0]));
+ error (0, errno, _("failed to run command %s"), quote (argv[0]));
exit (exit_status);
}
}