summaryrefslogtreecommitdiff
path: root/src/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/create.c')
-rw-r--r--src/create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/create.c b/src/create.c
index 1ffc3281..30db2b5c 100644
--- a/src/create.c
+++ b/src/create.c
@@ -1723,7 +1723,7 @@ dump_file0 (struct tar_stat_info *st, char const *name, char const *p)
if (sys_file_is_archive (st))
{
WARNOPT (WARN_IGNORE_ARCHIVE,
- (0, 0, _("%s: file is the archive; not dumped"),
+ (0, 0, _("%s: archive cannot contain itself; not dumped"),
quotearg_colon (p)));
return;
}