Expand on archive argument to recreate (#1239).

Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1239
This commit is contained in:
Dan Helfman
2026-01-17 03:15:21 +00:00
+1 -1
View File
@@ -1931,7 +1931,7 @@ def make_parsers(schema, unparsed_arguments): # noqa: PLR0915
)
recreate_group.add_argument(
'--archive',
help='Archive name, hash, or series to recreate',
help='Archive name, hash, or series to recreate, defaults to all archives in the repository (if specified), or all archives across all repositories',
)
recreate_group.add_argument(
'--list',