소스 검색

diff help: remove trailing blank

Thomas Waldmann 1 주 전
부모
커밋
8334b41f82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
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')