summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-05-05 21:33:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-05-05 21:33:39 +0000
commit8aa729b90e579cce02d1ef77256c3c4f7b8af29c (patch)
tree99bb892395db419727b98ab310d29e5d086c8f63
parent057dd26a60cac103c8b039c4f0079e381abf233a (diff)
downloadtar-8aa729b90e579cce02d1ef77256c3c4f7b8af29c.tar.gz
(main): Reword the "delayed error" message. New wording proposed by Karl Berry.
-rw-r--r--src/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tar.c b/src/tar.c
index 4a58a74b..4b86e755 100644
--- 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 ();