Browse Source

[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
DeDe Morton 6 years ago
parent
commit
c8031decea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/upgrade/rolling_upgrade.asciidoc

+ 1 - 1
docs/reference/upgrade/rolling_upgrade.asciidoc

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