Skip to content

Commit 824de64

Browse files
authored
Merge pull request #8805 from roehrijn/roehrijn/fix-deprecated-param
📖 Remove use of deprecated clusterctl flag in docs
2 parents 9fe11dc + d191a4b commit 824de64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/clusterctl/commands/describe-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bootstrap object linked to a machine, unless their state differs from the machin
2626
By default, the visualization generated by `clusterctl describe cluster` hides details for the sake
2727
of simplicity and shortness. However, if required, the user can ask for showing all the detail:
2828

29-
By using the `--disable-grouping` flag, the user can force the visualization to show all the machines
29+
By using `--grouping=false`, the user can force the visualization to show all the machines
3030
on separated lines, no matter if they have the same state or not:
3131

3232
![](../../images/describe-cluster-disable-grouping.png)

0 commit comments

Comments
 (0)