mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-26 12:26:08 -04:00
Merge pull request #6079 from hexagonrecursion/patch-1
Remove --list-format from borg list
This commit is contained in:
commit
fc4483a37c
1 changed files with 1 additions and 1 deletions
|
|
@ -4245,7 +4245,7 @@ class Archiver:
|
|||
help='Show checkpoint archives in the repository contents list (default: hidden).')
|
||||
subparser.add_argument('--short', dest='short', action='store_true',
|
||||
help='only print file/directory names, nothing else')
|
||||
subparser.add_argument('--format', '--list-format', metavar='FORMAT', dest='format',
|
||||
subparser.add_argument('--format', metavar='FORMAT', dest='format',
|
||||
help='specify format for file listing '
|
||||
'(default: "{mode} {user:6} {group:6} {size:8d} {mtime} {path}{extra}{NL}")')
|
||||
subparser.add_argument('--json', action='store_true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue