Skip to content

Commit c8031de

Browse files
authored
[Docs] Change example to show col headers (#40822)
Command needs `?v` so user can see the column headers. Otherwise the instructions in the note about checking the init and relo columns don't make sense
1 parent f486cff commit c8031de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/upgrade/rolling_upgrade.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can check progress by submitting a <<cat-health,`_cat/health`>> request:
108108

109109
[source,sh]
110110
--------------------------------------------------
111-
GET _cat/health
111+
GET _cat/health?v
112112
--------------------------------------------------
113113
// CONSOLE
114114

0 commit comments

Comments
 (0)