help changes

This commit is contained in:
Vandal
2025-03-30 03:05:46 +05:30
parent 2716d9d0b0
commit dbf2e78f62
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -1568,17 +1568,17 @@ def make_parsers():
recreate_group.add_argument(
'--target',
metavar='TARGET',
help='Name of new archive name',
help='Create a new archive from the specified archive (via --archive), without replacing it',
)
recreate_group.add_argument(
'--comment',
metavar='COMMENT',
help='Add a comment text to the archive, if archive not provided, consider all archives',
help='Add a comment text to the archive or, if an archive is not provided, to all matching archives',
)
recreate_group.add_argument(
'--timestamp',
metavar='TIMESTAMP',
help='Manually specify the archive creation date/time (UTC)',
help='Manually override the archive creation date/time (UTC)',
)
recreate_group.add_argument(
'-a',
+1 -2
View File
@@ -299,8 +299,7 @@ properties:
prevent recompression.
See https://borgbackup.readthedocs.io/en/stable/usage/recreate.html
for details.
Not passing --recompress is equivalent to "--recompress never".
Defaults to "if-different".
Defaults to "never".
example: if-different
upload_rate_limit:
type: integer