[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
This commit is contained in:
parent
2ff19bc1b7
commit
360d8d40be
|
@ -107,7 +107,7 @@ You can check progress by submitting a <<cat-health,`_cat/health`>> request:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
GET _cat/health
|
GET _cat/health?v
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue