From ceffee3b8bc5ad70c701635a6078824e1a58c074 Mon Sep 17 00:00:00 2001 From: Xiuming Chen Date: Tue, 23 Jun 2015 22:35:53 -0700 Subject: [PATCH] Comments for bytes. --- elasticsearch/client/cat.py | 3 +++ 1 file changed, 3 insertions(+) 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