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 854b916597b3e8e0a9e14eae0d487a6d619612f1
parent 428818c76b88dfec0c596dabdecf98effd28a21a
Author: Joris Vink <joris@coders.se>
Date:   Thu, 28 May 2015 22:20:43 +0200

Update usage text.

Diffstat:
src/kore.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kore.c b/src/kore.c @@ -56,8 +56,8 @@ usage(void) fprintf(stderr, "\t-d\trun with debug on (if compiled in)\n"); fprintf(stderr, "\t-f\tstart kore in foreground mode\n"); fprintf(stderr, "\t-h\tthis help text\n"); - fprintf(stderr, "\t-n\tdo not chroot (if not starting kore as root)\n"); - fprintf(stderr, "\t-r\tdo not runas (uid drop) (if not starting kore as root)\n"); + fprintf(stderr, "\t-n\tdo not chroot\n"); + fprintf(stderr, "\t-r\tdo not drop privs\n"); fprintf(stderr, "\t-v\tdisplay kore's version information\n"); kore_cli_usage(0);