Skip to content

Commit

Permalink
Merge pull request #3277 from ThomasWaldmann/fix-list-options-1.1
Browse files Browse the repository at this point in the history
borg list: remove tag-file options, fixes #3226
  • Loading branch information
ThomasWaldmann authored Nov 4, 2017
2 parents 23ba8cc + 095a0b6 commit 9e6b04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e6b04d

Please sign in to comment.