Remove the unnecessary ">"

1. Remove the unnecessary ">"
2. Add "``" for command

Change-Id: I9a2bbc51feaaa49b6ab8b2351d338024151b5837
This commit is contained in:
zhulingjie 2018-06-09 02:51:06 -04:00
parent 30dd6d7533
commit 50f3f5802a
1 changed files with 3 additions and 3 deletions

View File

@ -46,12 +46,12 @@ you can run commands like help or ? to see what commands are
available and any of the sub commands can be executed directly.
Alternately you can not use the shell and just execute commands
directly via >kollacli host add, etc.
directly via kollacli host add, etc.
If you make changes to the i18n strings (denoted by methods like
_("message")) make sure to re-generate the i18n files with the
>python setup.py extract_messages command and check in the files
generated in openstack-kollacli.
``python setup.py extract_messages`` command and check in the
files generated in openstack-kollacli.
API