We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bbcd70 + 08b9c43 commit eea57a1Copy full SHA for eea57a1
1 file changed
esileapclient/osc/v1/offer.py
@@ -280,13 +280,13 @@ def get_parser(self, prog_name):
280
"--end-time",
281
dest="end_time",
282
required=False,
283
- help="Time when the offer will expire and no longer be 'available'.",
+ help="Time when the lease will end'.",
284
)
285
parser.add_argument(
286
"--start-time",
287
dest="start_time",
288
289
- help="Time when the offer will be made 'available'.",
+ help="Time when the lease will begin.",
290
291
292
"--properties",
0 commit comments