Skip to content

Commit a09d8cf

Browse files
Merge pull request #1872 from bergerhoffer/fixing-typo
NO-JIRA: Fixing line that should be commented out
2 parents 7ccae27 + c4ea24d commit a09d8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/admin/nodeimage/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
oc adm node-image monitor --ip-addresses 192.168.111.83
5858
5959
# Monitor multiple nodes being added to a cluster by separating each
60-
IP address with a comma
60+
# IP address with a comma
6161
oc adm node-image monitor --ip-addresses 192.168.111.83,192.168.111.84
6262
`)
6363

0 commit comments

Comments
 (0)