From 8334b41f825ef0219194c35fa32f5318898ae2fd Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 2 Dec 2025 00:18:43 +0100 Subject: [PATCH] diff help: remove trailing blank --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 84a00caaf..f9c7fd118 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -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')