Skip to content

Commit eea57a1

Browse files
authored
Merge pull request #71 from tzumainn/offer-claim-help-text
Fixed incorrect help text for `esi offer claim`
2 parents 5bbcd70 + 08b9c43 commit eea57a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

esileapclient/osc/v1/offer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@ def get_parser(self, prog_name):
280280
"--end-time",
281281
dest="end_time",
282282
required=False,
283-
help="Time when the offer will expire and no longer be 'available'.",
283+
help="Time when the lease will end'.",
284284
)
285285
parser.add_argument(
286286
"--start-time",
287287
dest="start_time",
288288
required=False,
289-
help="Time when the offer will be made 'available'.",
289+
help="Time when the lease will begin.",
290290
)
291291
parser.add_argument(
292292
"--properties",

0 commit comments

Comments
 (0)