Merge pull request #3277 from ThomasWaldmann/fix-list-options-1.1

borg list: remove tag-file options, fixes #3226
This commit is contained in:
TW 2017-11-04 22:53:44 +01:00 committed by GitHub
commit 9e6b04db60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3233,7 +3233,7 @@ class Archiver:
subparser.add_argument('paths', metavar='PATH', nargs='*', type=str, subparser.add_argument('paths', metavar='PATH', nargs='*', type=str,
help='paths to list; patterns are supported') help='paths to list; patterns are supported')
define_archive_filters_group(subparser) define_archive_filters_group(subparser)
define_exclusion_group(subparser, tag_files=True) define_exclusion_group(subparser)
mount_epilog = process_epilog(""" mount_epilog = process_epilog("""
This command mounts an archive as a FUSE filesystem. This can be useful for This command mounts an archive as a FUSE filesystem. This can be useful for