btrbk_restore_raw.py: fix spelling

pull/571/head
Axel Burri 2023-08-05 20:56:39 +02:00
parent d819f17e44
commit a4d4dff0d1
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def main():
parser.add_argument('restore_dir', help="target directory for restored subvolumes"
" (path argument for \"btrfs receive\")")
parser.add_argument('-n', '--dry-run', action='store_true',
help="print commmands that would be executed")
help="print commands that would be executed")
parser.add_argument('--ignore-missing', action='store_true',
help="do not fail on missing parent snapshots")