]> Dogcows Code - chaz/tar/commitdiff
(main): Reword the "delayed error" message. New wording proposed by Karl Berry.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 5 May 2008 21:33:39 +0000 (21:33 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 5 May 2008 21:33:39 +0000 (21:33 +0000)
src/tar.c

index 4a58a74b4280bbe6f042be4421c66178875cbfa1..4b86e7556a90963dcc8d1a3a92c6bad728b8854a 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -2480,7 +2480,7 @@ main (int argc, char **argv)
   name_term ();
 
   if (exit_status == TAREXIT_FAILURE)
-    error (0, 0, _("Error exit delayed from previous errors"));
+    error (0, 0, _("Exiting with failure status due to previous errors"));
 
   if (stdlis == stdout)
     close_stdout ();
This page took 0.019612 seconds and 4 git commands to generate.