--nobsdflags does not exist any more

it was replaced by --noflags.
This commit is contained in:
Thomas Waldmann 2022-08-11 06:00:12 +02:00
parent c2bcecf2eb
commit e54f109afa
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ def with_archive(method):
manifest,
archive_name,
numeric_ids=getattr(args, "numeric_ids", False),
noflags=getattr(args, "nobsdflags", False) or getattr(args, "noflags", False),
noflags=getattr(args, "noflags", False),
noacls=getattr(args, "noacls", False),
noxattrs=getattr(args, "noxattrs", False),
cache=kwargs.get("cache"),