Skip to content

Commit

Permalink
Clarify help text for --all and --status flags in esi lease list and …
Browse files Browse the repository at this point in the history
…offer list commands
  • Loading branch information
Surbhi Kanthed committed Jun 21, 2024
1 parent 6b3fadd commit 62b8b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion esileapclient/osc/v1/lease.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ def get_parser(self, prog_name):
'--status',
dest='status',
required=False,
help="Show all leases with given status.")
help="Show all leases with given status."
"Use --status any to show leases with any status")
parser.add_argument(
'--offer-uuid',
dest='offer_uuid',
Expand Down
3 changes: 2 additions & 1 deletion esileapclient/osc/v1/offer.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def get_parser(self, prog_name):
'--status',
dest='status',
required=False,
help="Show all offers with given status.")
help="Show all leases with given status."
"Use --status any to show leases with any status")
parser.add_argument(
'--time-range',
dest='time_range',
Expand Down

0 comments on commit 62b8b8f

Please sign in to comment.