]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
cgrulesend: fix typo in help options
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 23 Mar 2022 13:49:18 +0000 (07:49 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 23 Mar 2022 13:49:24 +0000 (07:49 -0600)
Fix a typo 'nodaemom' -> 'nodaemon' in the help options.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/daemon/cgrulesengd.c

index 464d2631a980aebd557c33c5f6078d12956fc9de..8f85058b116afc84caf96237d7bcba6edbdffeff 100644 (file)
@@ -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");