From a19fd8d24ede5161231065dbed8061c8698557d3 Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Wed, 9 Oct 2013 14:01:24 +0400 Subject: [PATCH] Options help text improved Change-Id: I409b25a0767df053a3e80dcef467e99ac30417e4 --- anvil/opts.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/anvil/opts.py b/anvil/opts.py index 28948694..6fc4bc80 100644 --- a/anvil/opts.py +++ b/anvil/opts.py @@ -32,13 +32,13 @@ from anvil import utils from anvil import version OVERVIEW = """Overview: Anvil is a forging tool to help build OpenStack components -and there dependencies into a complete system. It git checkouts the components, builds -there dependencies and the components themselves into packages. It can then install -from the repositories it creates using the packages it made, perform configuration -and then start, stop and uninstall the components and there associated packages.""" +and their dependencies into a complete system. It git checkouts the components and +builds them and their dependencies into packages. It can then install components +from the repositories it created with packages it made, perform configuration +and then start, stop and uninstall the components and their associated packages.""" -STEPS = """Steps: To correctly ensure your ideal customer experience please make sure -you go through the following steps when running.""" +STEPS = """Steps: For smooth experience please make sure you go through the +following steps when running.""" STEP_SECTIONS = { 'installing': [