kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit ac864a741957fa1d877634debb687fdd96c04ac1
parent 3b1204d5998bc4705dda6db787b11ee2a8254621
Author: Joris Vink <joris@coders.se>
Date:   Mon,  1 Feb 2016 21:54:09 +0100

Update output message to match others.

Diffstat:
src/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.c b/src/config.c @@ -177,7 +177,7 @@ kore_parse_config(void) } if (skip_runas != 1 && runas_user == NULL) { - fatal("missing runas user"); + fatal("missing runas user, use -r to skip it"); } if (getuid() != 0 && skip_runas == 0) {