From acbbcf74819e6d6d7c5a8f61cc1df24c0583c566 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 12 May 2022 10:42:31 +0200 Subject: [PATCH] Update userspace/falco/app_cmdline_options.h Signed-off-by: Federico Di Pierro Co-authored-by: Leonardo Grasso --- userspace/falco/app_cmdline_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/app_cmdline_options.h b/userspace/falco/app_cmdline_options.h index a0269f6e..1228483b 100644 --- a/userspace/falco/app_cmdline_options.h +++ b/userspace/falco/app_cmdline_options.h @@ -60,7 +60,7 @@ public: std::vector cmdline_config_options; std::string print_additional; std::string pidfilename; - // Rules list as passed by the user, via cmdline option '-c' + // Rules list as passed by the user, via cmdline option '-r' std::list rules_filenames; std::string stats_filename; uint64_t stats_interval;