Fix error message

This commit is contained in:
Nimrod Gilboa Markevich 2022-05-12 11:55:32 +03:00
parent 267a9343d9
commit deb18618cd

View File

@ -64,7 +64,7 @@ func main() {
app.LoadExtensions()
if !*tapperMode && !*apiServerMode && !*standaloneMode && !*harsReaderMode {
panic("One of the flags --tap, --api or --standalone or --hars-read must be provided")
panic("One of the flags --tap, --api-server, --standalone or --hars-read must be provided")
}
if *standaloneMode {