Skip to content
Snippets Groups Projects
Commit 95027ba1 authored by Steffen Hauf's avatar Steffen Hauf
Browse files

Update help message

parent b83babc9
No related branches found
No related tags found
Loading
...@@ -6,7 +6,7 @@ import urllib.parse ...@@ -6,7 +6,7 @@ import urllib.parse
import zmq import zmq
parser = argparse.ArgumentParser( 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('--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('--instrument', type=str, choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED"], help='The instrument')
parser.add_argument('--cycle', type=str, help='The facility cycle') parser.add_argument('--cycle', type=str, help='The facility cycle')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment