1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Add missing plus before command

This commit is contained in:
Jason Boxman
2019-05-28 14:59:39 -04:00
parent 8cad9d72bc
commit 7b8b1f5f1c

View File

@@ -10,6 +10,7 @@ You can view Cluster Network Operator logs by using the `oc logs` command.
.Procedure
* Run the following command to view the logs of the Cluster Network Operator:
+
----
$ oc logs --namespace=openshift-network-operator deployment/network-operator
----