From 61ad83b57580c76a1c448e03064c4df6bcc01e87 Mon Sep 17 00:00:00 2001 From: Pierre Prinetti Date: Thu, 3 Oct 2019 15:53:39 +0200 Subject: versions: Fix 'versions show' help message The command `openstack versions show --help` shows a copy-paste nit. Change-Id: I9e4e86429ffd630c566bbdf2929e7995c9b0dbe1 Signed-off-by: Pierre Prinetti --- doc/source/cli/command-objects/versions.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/source/cli/command-objects') diff --git a/doc/source/cli/command-objects/versions.rst b/doc/source/cli/command-objects/versions.rst index 67425652..0aa9a1b7 100644 --- a/doc/source/cli/command-objects/versions.rst +++ b/doc/source/cli/command-objects/versions.rst @@ -17,6 +17,7 @@ Show service versions: [--interface ] [--region-name ] [--service ] + [--status ] .. option:: --all-interfaces @@ -30,7 +31,7 @@ Show service versions: .. option:: --region-name - Limit results to only those from region-name + Limit results to only those from a given region. .. option:: --service @@ -38,4 +39,13 @@ Show service versions: an exact match to what is in the catalog or a known official value or alias from `service-types-authority`_. +.. option:: --status + + Limit results to only those in the given state. Valid values are: + + - SUPPORTED + - CURRENT + - DEPRECATED + - EXPERIMENTAL + .. _service-types-authority: https://service-types.openstack.org/ -- cgit v1.2.1