summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-10-02 17:25:09 +0000
committerGerrit Code Review <review@openstack.org>2019-10-02 17:25:09 +0000
commit0b715f3a56a43b28111f99395086ad62aa410fe2 (patch)
tree4bd9b62c740c43fae7a5b55d40176a7960b4e411
parenta033aeb84befbb85b3c6490a0e30e977abc95256 (diff)
parentf9d5a884c747998542c20c35e796012b875ac91f (diff)
downloadcliff-0b715f3a56a43b28111f99395086ad62aa410fe2.tar.gz
Merge "Modify the help message of `-c`/`--column` parameter"
-rw-r--r--cliff/display.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cliff/display.py b/cliff/display.py
index b4948de..73d68a8 100644
--- a/cliff/display.py
+++ b/cliff/display.py
@@ -71,7 +71,8 @@ class DisplayCommandBase(command.Command):
default=[],
dest='columns',
metavar='COLUMN',
- help='specify the column(s) to include, can be repeated',
+ help='specify the column(s) to include, can be '
+ 'repeated to show multiple columns',
)
for formatter in self._formatter_plugins:
formatter.obj.add_argument_group(parser)