From 07ff972eb684cfc88ca1931123fc255927393118 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 30 Jan 2013 20:33:24 +0000 Subject: translation: unify exec error messages Signed-off-by: Sami Kerola --- sys-utils/unshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/unshare.c') diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c index 4639ac8e6..62d2fcbbf 100644 --- a/sys-utils/unshare.c +++ b/sys-utils/unshare.c @@ -115,5 +115,5 @@ int main(int argc, char *argv[]) execvp(argv[optind], argv + optind); - err(EXIT_FAILURE, _("exec %s failed"), argv[optind]); + err(EXIT_FAILURE, _("failed to execute %s"), argv[optind]); } -- cgit v1.2.3-55-g7522