From 24481b516aecfc4d6d8404499095571c72c4f9ff Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 2 Dec 2024 10:41:13 -0500 Subject: [PATCH] Tweak help text a bit more Signed-off-by: mulhern --- src/stratis_cli/_parser/_pool.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stratis_cli/_parser/_pool.py b/src/stratis_cli/_parser/_pool.py index f04501320..82d3fe5b9 100644 --- a/src/stratis_cli/_parser/_pool.py +++ b/src/stratis_cli/_parser/_pool.py @@ -191,7 +191,8 @@ def _ensure_nat(arg): "help": ( "Size of tag to use to verify " "correctness of 4KiB block, e.g, 64B. " - "Must be less than 128B." + "Must be a power of 2 and less than " + "128B." ), "type": parse_bytes_range, },