mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 21:56:44 +00:00
Merge pull request #3279 from ThomasWaldmann/fix-diff-options-1.1
borg diff: remove tag-file options, fixes #3226
This commit is contained in:
commit
d50f5433ef
1 changed files with 1 additions and 1 deletions
|
@ -3137,7 +3137,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
||||||
help='ARCHIVE2 name (no repository location allowed)')
|
help='ARCHIVE2 name (no repository location allowed)')
|
||||||
subparser.add_argument('paths', metavar='PATH', nargs='*', type=str,
|
subparser.add_argument('paths', metavar='PATH', nargs='*', type=str,
|
||||||
help='paths of items inside the archives to compare; patterns are supported')
|
help='paths of items inside the archives to compare; patterns are supported')
|
||||||
define_exclusion_group(subparser, tag_files=True)
|
define_exclusion_group(subparser)
|
||||||
|
|
||||||
rename_epilog = process_epilog("""
|
rename_epilog = process_epilog("""
|
||||||
This command renames an archive in the repository.
|
This command renames an archive in the repository.
|
||||||
|
|
Loading…
Reference in a new issue