summaryrefslogtreecommitdiff
path: root/src/timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeout.c')
-rw-r--r--src/timeout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeout.c b/src/timeout.c
index c79f24eb5..2700745fc 100644
--- a/src/timeout.c
+++ b/src/timeout.c
@@ -301,7 +301,7 @@ main (int argc, char **argv)
/* exit like sh, env, nohup, ... */
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]));
return exit_status;
}
else