summaryrefslogtreecommitdiff
path: root/novaclient/v2/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/v2/shell.py')
-rw-r--r--novaclient/v2/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index 53230645..e73bd504 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -1441,8 +1441,8 @@ def _print_flavor(flavor):
default=None,
help=_("Maximum number of servers to display. If limit == -1, all servers "
"will be displayed. If limit is bigger than 'CONF.api.max_limit' "
- "option of Nova API, multiple requests will be sent and results "
- "will be merged."))
+ "option of Nova API, limit 'CONF.api.max_limit' will be used "
+ "instead."))
@utils.arg(
'--changes-since',
dest='changes_since',