Skip to content

Commit 3fe176c

Browse files
authored
Merge pull request #35084 from bergerhoffer/fixing-formatting
Fixing indentation and formatting
2 parents 755c744 + 1dc2dd7 commit 3fe176c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/creating-a-project-using-the-CLI.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ You cannot assign an SCC to pods created in one of the default namespaces: `defa
1919

2020
.Procedure
2121

22-
. Run:
23-
22+
* Run:
23+
+
2424
[source,terminal]
2525
----
2626
$ oc new-project <project_name> \
2727
--description="<description>" --display-name="<display_name>"
2828
----
29-
29+
+
3030
For example:
31-
31+
+
3232
[source,terminal]
3333
----
3434
$ oc new-project hello-openshift \
@@ -40,7 +40,7 @@ $ oc new-project hello-openshift \
4040
====
4141
The number of projects you are allowed to create
4242
ifdef::openshift-enterprise,openshift-webscale,openshift-origin,openshift-dedicated[]
43-
may be limited by the system administrator.
43+
might be limited by the system administrator.
4444
endif::[]
4545
ifdef::openshift-online[]
4646
is limited.

0 commit comments

Comments
 (0)