From 2cb11e8f42b6b7a3454181c24d8e3c3e7f50ba8f Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Thu, 2 Apr 2009 13:24:09 +0200 Subject: [PATCH] Fix typos in help output --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 6b24bdab..66d7e460 100644 --- a/src/main.c +++ b/src/main.c @@ -178,11 +178,11 @@ void usage(char *program) { printf("Usage: %s [options]\n\n",program); printf("Options:\n"); printf(" -a Set cwd to app dir before starting\n"); - printf(" -d Debuglevel (0-9)\n"); + printf(" -d Debug level (0-9)\n"); printf(" -D Debug modules\n"); printf(" -m Disable mDNS\n"); printf(" -c Use configfile specified\n"); - printf(" -P Write the PID ot specified file\n"); + printf(" -P Write the PID to specified file\n"); printf(" -f Run in foreground\n"); printf(" -y Yes, go ahead and run as non-root user\n"); printf(" -b ffid to be broadcast\n");