diff options
| author | Zuul <zuul@review.opendev.org> | 2023-02-22 12:32:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2023-02-22 12:32:16 +0000 |
| commit | 14dff075ff19bb950157825d743a8052dd1f98cb (patch) | |
| tree | 90bdf85cd373978fd630983fac82cc448711a61b /openstackclient/compute/v2/service.py | |
| parent | 02acd27c6acce83099d945808fb0ccb59c2f1e14 (diff) | |
| parent | 5afe48040cc5091d6282c88640700fed81920e77 (diff) | |
| download | python-openstackclient-14dff075ff19bb950157825d743a8052dd1f98cb.tar.gz | |
Merge "Fix really long help strings"
Diffstat (limited to 'openstackclient/compute/v2/service.py')
| -rw-r--r-- | openstackclient/compute/v2/service.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openstackclient/compute/v2/service.py b/openstackclient/compute/v2/service.py index 8605156c..fad717c9 100644 --- a/openstackclient/compute/v2/service.py +++ b/openstackclient/compute/v2/service.py @@ -71,11 +71,11 @@ class DeleteService(command.Command): class ListService(command.Lister): - _description = _("List compute services. Using " - "``--os-compute-api-version`` 2.53 or greater will " - "return the ID as a UUID value which can be used to " - "uniquely identify the service in a multi-cell " - "deployment.") + _description = _("""List compute services. + +Using ``--os-compute-api-version`` 2.53 or greater will return the ID as a UUID +value which can be used to uniquely identify the service in a multi-cell +deployment.""") def get_parser(self, prog_name): parser = super(ListService, self).get_parser(prog_name) |
