Update output message to match others.

This commit is contained in:
Joris Vink 2016-02-01 21:54:09 +01:00
parent 3b1204d599
commit ac864a7419
1 changed files with 1 additions and 1 deletions

View File

@ -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) {