From 76537f6c11dab98472e6f97db6a4e2835dd7b571 Mon Sep 17 00:00:00 2001 From: Jason Lingohr Date: Sat, 17 Jan 2026 02:45:15 +0000 Subject: [PATCH] Expand on archive argument Make a small but specific help expansion on the `archive` option. --- borgmatic/commands/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index 4b2e94b2..58c3a632 100644 --- a/borgmatic/commands/arguments.py +++ b/borgmatic/commands/arguments.py @@ -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',