diff --git a/guides/common/modules/proc_creating-a-lifecycle-environment-path.adoc b/guides/common/modules/proc_creating-a-lifecycle-environment-path.adoc index d693485bbd..1409a081e4 100644 --- a/guides/common/modules/proc_creating-a-lifecycle-environment-path.adoc +++ b/guides/common/modules/proc_creating-a-lifecycle-environment-path.adoc @@ -18,7 +18,7 @@ Then optionally add additional environments to the environment paths. [options="nowrap" subs="+quotes"] ---- $ hammer lifecycle-environment create \ ---name "_Environment Path Name_" \ +--name "_My First Lifecycle Environment_" \ --description "_Environment Path Description_" \ --prior "Library" \ --organization "_My_Organization_" @@ -28,12 +28,12 @@ $ hammer lifecycle-environment create \ [options="nowrap" subs="+quotes"] ---- $ hammer lifecycle-environment create \ ---name "_Environment Name_" \ +--name "_My Second Lifecycle Environment_" \ --description "_Environment Description_" \ ---prior "_Prior Environment Name_" \ +--prior "_My First Lifecycle Environment_" \ --organization "_My_Organization_" ---- -. To view the chain of the lifecycle environment, enter the following command: +. To view the chain of the lifecycle environment path, enter the following command: + [options="nowrap" subs="+quotes"] ----