Skip to content

Commit

Permalink
Fix typo and try to clarify help text
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 19, 2022
1 parent 07827ff commit d4922d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stratis_cli/_parser/_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ def _ensure_nat(arg):
default=[],
help=(
"UUID of device to use; may be specified multiple "
"times. If no devices specified then all devices "
"belonging to the pool that appear to be have been "
"expanded will be used."
"times. If no devices are specified then all "
"devices belonging to the pool that appear to have "
"increased in size will be used."
),
),
),
Expand Down

0 comments on commit d4922d2

Please sign in to comment.