diff help: remove trailing blank

This commit is contained in:
Thomas Waldmann 2025-12-02 00:18:43 +01:00
parent 6a65d23e89
commit 8334b41f82
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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')