diff --git a/ngsarchiver/cli.py b/ngsarchiver/cli.py index 24bcb9f..8365581 100644 --- a/ngsarchiver/cli.py +++ b/ngsarchiver/cli.py @@ -268,8 +268,8 @@ def main(argv=None): if not is_readable: msg += "; unreadable files will be omitted" if has_external_symlinks or has_broken_symlinks: - msg += "; broken/external links will be copied " - "directly into archive" + msg += "; broken/external links will be archived " \ + "as-is" msg += ")" logger.warning(msg) else: