From 0385c80c31ef35c8f7249bf9db7531a51b5472a9 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Wed, 23 Mar 2022 07:49:18 -0600 Subject: [PATCH] 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 --- src/daemon/cgrulesengd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2