Skip to content

Commit

Permalink
Tweak help text a bit more
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 3, 2024
1 parent 653afde commit 24481b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stratis_cli/_parser/_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 24481b5

Please sign in to comment.