Skip to content

Commit

Permalink
Response to review: the ... from the second usage.
Browse files Browse the repository at this point in the history
Added extra information to the descriptions of the args.
  • Loading branch information
wxtim committed Jan 16, 2024
1 parent bf283e7 commit ad37faa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cylc/flow/scripts/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ def get_option_parser() -> COP:
WORKFLOW_ID_ARG_DOC,
('JOB', 'Job ID - CYCLE/TASK_NAME/SUBMIT_NUM'),
COP.optional(
('[SEVERITY:]MESSAGE ...', 'Messages')
('[SEVERITY:]MESSAGE ...', 'Severity Level:Message')
),
COP.LINEBREAK,
COP.optional(('[SEVERITY:]MESSAGE ...', 'Messages')),
COP.optional(('[SEVERITY:]MESSAGE', 'Severity Level:Message')),
COP.optional(('[SEVERITY:]MESSAGE', 'Severity Level:Message')),
]
)

Expand Down

0 comments on commit ad37faa

Please sign in to comment.