[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:
DeDe Morton 2019-04-05 11:55:21 -07:00 committed by James Rodewig
parent 2ff19bc1b7
commit 360d8d40be
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ You can check progress by submitting a <<cat-health,`_cat/health`>> request:
[source,sh]
--------------------------------------------------
GET _cat/health
GET _cat/health?v
--------------------------------------------------
// CONSOLE