From 50f3f5802a05b89c4096901b5ccc7ba5270de104 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Sat, 9 Jun 2018 02:51:06 -0400 Subject: [PATCH] Remove the unnecessary ">" 1. Remove the unnecessary ">" 2. Add "``" for command Change-Id: I9a2bbc51feaaa49b6ab8b2351d338024151b5837 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e3010a6..8ee7956 100644 --- a/README.rst +++ b/README.rst @@ -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