diff --git a/elasticsearch/client/cat.py b/elasticsearch/client/cat.py index 65b6b19a..f79ba54f 100644 --- a/elasticsearch/client/cat.py +++ b/elasticsearch/client/cat.py @@ -140,6 +140,7 @@ class CatClient(NamespacedClient): The nodes command shows the cluster topology. ``_ + :arg bytes: The unit in which to display byte values :arg h: Comma-separated list of column names to display :arg help: Return help information, default False :arg local: Return local information, do not retrieve the state from @@ -182,6 +183,7 @@ class CatClient(NamespacedClient): :arg index: A comma-separated list of index names to limit the returned information + :arg bytes: The unit in which to display byte values :arg h: Comma-separated list of column names to display :arg help: Return help information, default False :arg local: Return local information, do not retrieve the state from @@ -202,6 +204,7 @@ class CatClient(NamespacedClient): :arg index: A comma-separated list of index names to limit the returned information + :arg bytes: The unit in which to display byte values :arg h: Comma-separated list of column names to display :arg help: Return help information, default False :arg local: Return local information, do not retrieve the state from