mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-28 09:40:07 -04:00
Add list of status chars to borg create --filter help text
This commit is contained in:
parent
26bc80f210
commit
bcbf80287c
1 changed files with 2 additions and 2 deletions
|
|
@ -3469,8 +3469,8 @@ class Archiver:
|
|||
subparser.set_defaults(func=self.do_recreate)
|
||||
subparser.add_argument('--list', dest='output_list', action='store_true',
|
||||
help='output verbose list of items (files, dirs, ...)')
|
||||
subparser.add_argument('--filter', dest='output_filter', metavar='STATUSCHARS',
|
||||
help='only display items with the given status characters')
|
||||
subparser.add_argument('--filter', metavar='STATUSCHARS', dest='output_filter',
|
||||
help='only display items with the given status characters (listed in borg create --help)')
|
||||
subparser.add_argument('-n', '--dry-run', dest='dry_run', action='store_true',
|
||||
help='do not change anything')
|
||||
subparser.add_argument('-s', '--stats', dest='stats', action='store_true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue