Options help text improved
Change-Id: I409b25a0767df053a3e80dcef467e99ac30417e4
This commit is contained in:
@@ -32,13 +32,13 @@ from anvil import utils
|
|||||||
from anvil import version
|
from anvil import version
|
||||||
|
|
||||||
OVERVIEW = """Overview: Anvil is a forging tool to help build OpenStack components
|
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
|
and their dependencies into a complete system. It git checkouts the components and
|
||||||
there dependencies and the components themselves into packages. It can then install
|
builds them and their dependencies into packages. It can then install components
|
||||||
from the repositories it creates using the packages it made, perform configuration
|
from the repositories it created with packages it made, perform configuration
|
||||||
and then start, stop and uninstall the components and there associated packages."""
|
and then start, stop and uninstall the components and their associated packages."""
|
||||||
|
|
||||||
STEPS = """Steps: To correctly ensure your ideal customer experience please make sure
|
STEPS = """Steps: For smooth experience please make sure you go through the
|
||||||
you go through the following steps when running."""
|
following steps when running."""
|
||||||
|
|
||||||
STEP_SECTIONS = {
|
STEP_SECTIONS = {
|
||||||
'installing': [
|
'installing': [
|
||||||
|
|||||||
Reference in New Issue
Block a user