diff --git a/src/kore.c b/src/kore.c index 8532e6a..15a4cfe 100644 --- a/src/kore.c +++ b/src/kore.c @@ -167,6 +167,9 @@ main(int argc, char *argv[]) kore_mem_init(); + if (argc > 0) + fatal("did you mean to run `kodevĀ“ instead?"); + kore_pid = getpid(); nlisteners = 0; LIST_INIT(&listeners);