Skip to content

Commit

Permalink
Clarify prune action help concerning running compact afterwards (#808).
Browse files Browse the repository at this point in the history
  • Loading branch information
witten committed Jan 3, 2024
1 parent 5f3dc1c commit 6a7f71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions borgmatic/commands/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ def make_parsers():
prune_parser = action_parsers.add_parser(
'prune',
aliases=ACTION_ALIASES['prune'],
help='Prune archives according to the retention policy (with Borg 1.2+, run compact afterwards to actually free space)',
description='Prune archives according to the retention policy (with Borg 1.2+, run compact afterwards to actually free space)',
help='Prune archives according to the retention policy (with Borg 1.2+, you must run compact afterwards to actually free space)',
description='Prune archives according to the retention policy (with Borg 1.2+, you must run compact afterwards to actually free space)',
add_help=False,
)
prune_group = prune_parser.add_argument_group('prune arguments')
Expand Down

0 comments on commit 6a7f71f

Please sign in to comment.