Skip to content

Commit ceffee3

Browse files
committed
Comments for bytes.
1 parent b113fb3 commit ceffee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elasticsearch/client/cat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)