Expand on archive argument

Make a small but specific help expansion on the `archive` option.
This commit is contained in:
Jason Lingohr
2026-01-17 02:45:15 +00:00
parent 486a5fb6b5
commit 76537f6c11
+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',