diff --git a/go/cmd/entrypoint/nebula.go b/go/cmd/entrypoint/nebula.go index d112851..c43fb97 100644 --- a/go/cmd/entrypoint/nebula.go +++ b/go/cmd/entrypoint/nebula.go @@ -34,7 +34,7 @@ var subCmdNebulaCreateCert = subCmd{ } if !hostNameF.Changed || *pubKeyPath == "" { - return errors.New("--hostname, --admin-path, and --pub-key-path are required") + return errors.New("--hostname and --pub-key-path are required") } hostPubPEM, err := os.ReadFile(*pubKeyPath)