From: Kamalesh Babulal Date: Wed, 23 Mar 2022 13:49:18 +0000 (-0600) Subject: cgrulesend: fix typo in help options X-Git-Tag: v3.0~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0385c80c31ef35c8f7249bf9db7531a51b5472a9;p=thirdparty%2Flibcgroup.git cgrulesend: fix typo in help options Fix a typo 'nodaemom' -> 'nodaemon' in the help options. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/src/daemon/cgrulesengd.c b/src/daemon/cgrulesengd.c index 464d2631..8f85058b 100644 --- a/src/daemon/cgrulesengd.c +++ b/src/daemon/cgrulesengd.c @@ -100,7 +100,7 @@ static void usage(FILE *fd, const char *msg, ...) fprintf(fd, "file\n"); fprintf(fd, " -s[facility] | --syslog=[facility]\t write log to "); fprintf(fd, "syslog\n"); - fprintf(fd, " -n | --nodaemom\t\t don't fork "); + fprintf(fd, " -n | --nodaemon\t\t don't fork "); fprintf(fd, "daemon\n"); fprintf(fd, " -d | --debug\t\t same as -v -v -n"); fprintf(fd, " -f -\n");