From fedeba4091893f1d378affb08d5672a6aae15bf7 Mon Sep 17 00:00:00 2001 From: Pascal Kuppler <75665115+pascal260303@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:16:05 +0200 Subject: [PATCH] Fix typo in help message for dry-run option --- 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 8614102..5985cf7 100755 --- a/contrib/tools/btrbk_restore_raw.py +++ b/contrib/tools/btrbk_restore_raw.py @@ -200,7 +200,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")