btrbk_restore_raw.py: fix typo

pull/401/head
Axel Burri 2021-08-06 23:17:42 +02:00
parent 025a7709e3
commit dec5868a95
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ def main():
parser.add_argument('--ignore-missing', action='store_true',
help="do not fail on missing parent snapshots")
parser.add_argument('--dry-run', '-n', action='store_true',
help="print commmands that would be exectuted")
help="print commmands that would be executed")
for transformer in TRANSFORMERS:
transformer.add_parser_options(parser)