Skip to content

Commit 99acbe9

Browse files
authored
More helpful cylc insert deprecation message (#6495)
1 parent dc962a1 commit 99acbe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cylc/flow/scripts/cylc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ def get_version(long=False):
283283
'gscan':
284284
'cylc gscan has been removed, use the web UI',
285285
'insert':
286-
'inserting tasks is now done automatically',
286+
'Insertion is no longer required, `cylc set` and `cylc trigger`'
287+
' will insert tasks automatically.',
287288
'jobscript':
288289
'cylc jobscript has been removed',
289290
'nudge':

0 commit comments

Comments
 (0)