Skip to content

Commit c4f4171

Browse files
authored
Merge pull request #2895 from wxtim/fix.update-dead-end-text
Indicate permenant removal of rose commands
2 parents a659605 + 88a98bd commit c4f4171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metomi/rose/rose.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def iter_entry_points(name: str):
108108
('rose', 'suite-clean'):
109109
'This command has been replaced by: "cylc clean".',
110110
('rose', 'suite-cmp-vc'):
111-
'This command is awaiting re-implementation in Cylc 8',
111+
'See ~/cylc-run/<workflow>/log/version',
112112
('rose', 'suite-gcontrol'):
113113
'This command has been removed: use the Cylc GUI.',
114114
('rose', 'sgc'):
@@ -138,7 +138,7 @@ def iter_entry_points(name: str):
138138
('rosie', 'disco'):
139139
'Rosie Disco has been disabled pending fixes at a later release.',
140140
('rosie', 'go'):
141-
'This command has been removed pending re-implementation',
141+
'This command has been removed.',
142142
}
143143

144144

0 commit comments

Comments
 (0)