fix typo: -r for skip privs

This commit is contained in:
Dmitrii Golub 2015-12-08 04:42:16 +03:00
parent c95aac54a2
commit 3eaa325eb5
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ kore_parse_config(void)
}
if (getuid() != 0 && skip_runas == 0) {
fatal("cannot drop privileges, use -p to skip it");
fatal("cannot drop privileges, use -r to skip it");
}
}