[cli-ref] fix insufficient markups

Change-Id: I304bce13053d75dbb2f3006e86c47faa645fd391
This commit is contained in:
KATO Tomoyuki 2017-01-13 23:17:55 +09:00
parent 5949597d1e
commit 0763023ce3
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def generate_heading(os_command, api_name, title,
if os_command == "heat":
os_file.write(".. warning::\n\n")
os_file.write(" The " + os_command + " CLI is deprecated\n")
os_file.write(" in favor of python-openstackclient.\n")
os_file.write(" in favor of python-openstackclient.\n\n")
os_file.write("The " + os_command + " client is the command-line ")
os_file.write("interface (CLI) for\n")