From 08b9c435fc29cb71a3a7b659313efe7ab2754257 Mon Sep 17 00:00:00 2001 From: Tzu-Mainn Chen Date: Wed, 27 Aug 2025 13:01:24 -0400 Subject: [PATCH] Fixed incorrect help text for `esi offer claim` --- esileapclient/osc/v1/offer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esileapclient/osc/v1/offer.py b/esileapclient/osc/v1/offer.py index 714a0b9..d93c5d2 100644 --- a/esileapclient/osc/v1/offer.py +++ b/esileapclient/osc/v1/offer.py @@ -280,13 +280,13 @@ def get_parser(self, prog_name): "--end-time", dest="end_time", required=False, - help="Time when the offer will expire and no longer be 'available'.", + help="Time when the lease will end'.", ) parser.add_argument( "--start-time", dest="start_time", required=False, - help="Time when the offer will be made 'available'.", + help="Time when the lease will begin.", ) parser.add_argument( "--properties",