Skip to content

Commit cdd7ddd

Browse files
committed
genman: error message update
1 parent 5b77378 commit cdd7ddd

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)