From b9813aaf3b0c4e0c111c427bbf6380776d65b009 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 2 Dec 2024 15:29:29 -0500 Subject: [PATCH] Fix phrasing Signed-off-by: mulhern --- src/stratis_cli/_parser/_pool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stratis_cli/_parser/_pool.py b/src/stratis_cli/_parser/_pool.py index 82d3fe5b9..ee959a798 100644 --- a/src/stratis_cli/_parser/_pool.py +++ b/src/stratis_cli/_parser/_pool.py @@ -179,8 +179,8 @@ def _ensure_nat(arg): "Size of integrity device's journal. " "Each block is written to this journal " "before being written to its address. " - "The size of must be a multiple of 4 " - "KiB." + "The size of the journal must be a " + "multiple of 4 KiB." ), "type": parse_range, },