소스 검색

Add action "--help" note about running compact after recreate (#1053).

Dan Helfman 2 달 전
부모
커밋
09212961a4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      borgmatic/commands/arguments.py

+ 2 - 2
borgmatic/commands/arguments.py

@@ -1525,8 +1525,8 @@ def make_parsers():
     recreate_parser = action_parsers.add_parser(
         'recreate',
         aliases=ACTION_ALIASES['recreate'],
-        help='Recreate an archive in a repository',
-        description='Recreate an archive in a repository',
+        help='Recreate an archive in a repository (with Borg 1.2+, you must run compact afterwards to actually free space)',
+        description='Recreate an archive in a repository (with Borg 1.2+, you must run compact afterwards to actually free space)',
         add_help=False,
     )
     recreate_group = recreate_parser.add_argument_group('recreate arguments')