Skip to content

Commit b92af6e

Browse files
Merge pull request #20360 from bysnupy/patch-1
Correct the typo in the command examples comments.
2 parents 1d3b222 + 2ef20cc commit b92af6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oc/cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func NewCommandCLI(name, fullName string, in io.Reader, out, errout io.Writer) *
248248
templates.ActsAsRootCommand(cmds, filters, groups...).
249249
ExposeFlags(loginCmd, "certificate-authority", "insecure-skip-tls-verify", "token")
250250

251-
cmds.AddCommand(newExperimentalCommand("ex", name+"ex", f, ioStreams))
251+
cmds.AddCommand(newExperimentalCommand("ex", name+" ex", f, ioStreams))
252252

253253
cmds.AddCommand(kubectlwrappers.NewCmdPlugin(fullName, f, ioStreams))
254254
if name == fullName {

0 commit comments

Comments
 (0)