[cli-ref] add line break to avoid lengthy line

Change-Id: I506a58864cb048fb5189e689505697d1b93c6df7
This commit is contained in:
chenxing 2017-03-09 03:52:45 +00:00 committed by KATO Tomoyuki
parent 6d6f122209
commit 700b228d16
1 changed files with 3 additions and 2 deletions

View File

@ -106,8 +106,9 @@ def generate_heading(os_command, api_name, title,
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")
os_file.write("the " + api_name + " and its extensions.\n\n")
os_file.write("interface (CLI) for the\n")
os_file.write(api_name + "\n")
os_file.write("and its extensions.\n\n")
os_file.write("This chapter documents :command:`" + os_command + "` ")
os_file.write("version ``" + version + "``.\n\n")