From dec5868a95c42951e21f19cc8973d8fab8c6dedf Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 6 Aug 2021 23:17:42 +0200 Subject: [PATCH] btrbk_restore_raw.py: fix typo --- contrib/tools/btrbk_restore_raw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tools/btrbk_restore_raw.py b/contrib/tools/btrbk_restore_raw.py index 07f68bc..bff12ea 100755 --- a/contrib/tools/btrbk_restore_raw.py +++ b/contrib/tools/btrbk_restore_raw.py @@ -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)