Skip to content

Commit

Permalink
Docs: remove potentially misleading line from cylc-play usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Apr 26, 2022
1 parent 30167e0 commit 31692eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cylc/flow/scheduler_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def get_option_parser(add_std_opts=False):
"Set the final cycle point. "
"This command line option overrides the workflow "
"config option '[scheduling]final cycle point'. "
"Use a value of 'reload' to reload from flow.cylc in a restart."
),
metavar="CYCLE_POINT", action="store", dest="fcp")

Expand All @@ -159,7 +158,6 @@ def get_option_parser(add_std_opts=False):
"(Not to be confused with the final cycle point.) "
"This command line option overrides the workflow "
"config option '[scheduling]stop after cycle point'. "
"Use a value of 'reload' to reload from flow.cylc in a restart."
),
metavar="CYCLE_POINT", action="store", dest="stopcp")

Expand Down
4 changes: 2 additions & 2 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ def test_process_startcp(
None,
None,
id="Empty fcp in cfg"
# Need to check this as fcp treated as string by parsec, unlike
# other cycle point settings
# This test is needed because fcp is treated as string by parsec,
# unlike other cycle point settings
),
pytest.param(
ISO8601_CYCLING_TYPE,
Expand Down

0 comments on commit 31692eb

Please sign in to comment.