mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 04:37:34 +00:00
borg list: remove tag-file options, fixes #3226
they are not used for borg list.
(cherry picked from commit 702afa9e48
)
This commit is contained in:
parent
5680de537c
commit
095a0b61da
1 changed files with 1 additions and 1 deletions
|
@ -3233,7 +3233,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
|||
subparser.add_argument('paths', metavar='PATH', nargs='*', type=str,
|
||||
help='paths to list; patterns are supported')
|
||||
define_archive_filters_group(subparser)
|
||||
define_exclusion_group(subparser, tag_files=True)
|
||||
define_exclusion_group(subparser)
|
||||
|
||||
mount_epilog = process_epilog("""
|
||||
This command mounts an archive as a FUSE filesystem. This can be useful for
|
||||
|
|
Loading…
Reference in a new issue