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, 3 insertions, 1 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index 4e8a730d..88ebf2d7 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -1568,7 +1568,9 @@ def _print_flavor(flavor):
dest='locked',
metavar='<locked>',
default=None,
- help=_('Display servers based on their locked value'),
+ help=_("Display servers based on their locked value. A value must be "
+ "specified; eg. 'true' will list only locked servers and 'false' "
+ "will list only unlocked servers."),
start_version="2.73")
def do_list(cs, args):
"""List servers."""