diff --git a/webservice/manual_launch.py b/webservice/manual_launch.py index a56e7b4fe5ed9f11b78579ffa39e59a334c93172..dbf1a3a2572b87c081fade45c197a33dfd71b69c 100644 --- a/webservice/manual_launch.py +++ b/webservice/manual_launch.py @@ -6,7 +6,7 @@ import urllib.parse import zmq parser = argparse.ArgumentParser( - description='Request dark characterization. Will wait on data transfers to complete first!') + description='Manually request correction for a given run. Will wait on data transfers to complete first!') parser.add_argument('--proposal', type=str, help='The proposal number, without leading p, but with leading zeros') parser.add_argument('--instrument', type=str, choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED"], help='The instrument') parser.add_argument('--cycle', type=str, help='The facility cycle')