@@ -140,6 +140,7 @@ def nodes(self, params=None):
140140 The nodes command shows the cluster topology.
141141 `<http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html>`_
142142
143+ :arg bytes: The unit in which to display byte values
143144 :arg h: Comma-separated list of column names to display
144145 :arg help: Return help information, default False
145146 :arg local: Return local information, do not retrieve the state from
@@ -182,6 +183,7 @@ def shards(self, index=None, params=None):
182183
183184 :arg index: A comma-separated list of index names to limit the returned
184185 information
186+ :arg bytes: The unit in which to display byte values
185187 :arg h: Comma-separated list of column names to display
186188 :arg help: Return help information, default False
187189 :arg local: Return local information, do not retrieve the state from
@@ -202,6 +204,7 @@ def segments(self, index=None, params=None):
202204
203205 :arg index: A comma-separated list of index names to limit the returned
204206 information
207+ :arg bytes: The unit in which to display byte values
205208 :arg h: Comma-separated list of column names to display
206209 :arg help: Return help information, default False
207210 :arg local: Return local information, do not retrieve the state from
0 commit comments