mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-13 19:00:44 -04:00
diff help: remove trailing blank
This commit is contained in:
parent
6a65d23e89
commit
8334b41f82
1 changed files with 1 additions and 1 deletions
|
|
@ -4310,7 +4310,7 @@ class Archiver:
|
|||
help="Only compare differences in content (exclude metadata differences)",
|
||||
)
|
||||
subparser.add_argument('--json-lines', action='store_true',
|
||||
help='Format output as JSON Lines. ')
|
||||
help='Format output as JSON Lines.')
|
||||
subparser.add_argument('location', metavar='REPO::ARCHIVE1',
|
||||
type=location_validator(archive=True),
|
||||
help='repository location and ARCHIVE1 name')
|
||||
|
|
|
|||
Loading…
Reference in a new issue