Skip to content

Commit d776328

Browse files
author
OpenShift Bot
authored
Merge pull request #12710 from kargakis/genman-update
Merged by openshift-bot
2 parents b6fb915 + cdd7ddd commit d776328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/genman/gen_man.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929
} else if strings.HasSuffix(os.Args[2], "oadm") {
3030
genCmdMan("oadm", admin.NewCommandAdmin("oadm", "oadm", &bytes.Buffer{}, os.Stdout, ioutil.Discard))
3131
} else {
32-
fmt.Fprintf(os.Stderr, "Root command not specified (os | oadm | openshift).")
32+
fmt.Fprintf(os.Stderr, "Root command not specified (oc | oadm | openshift).")
3333
os.Exit(1)
3434
}
3535
}

0 commit comments

Comments
 (0)