update(userspace/falco): rename --stats_interval to --stats-interval

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2020-07-08 15:21:53 +02:00
committed by poiana
parent 825e249294
commit de147447ed

View File

@@ -646,7 +646,7 @@ int falco_init(int argc, char **argv)
list_flds_source = optarg; list_flds_source = optarg;
} }
} }
else if (string(long_options[long_index].name) == "stats_interval") else if (string(long_options[long_index].name) == "stats-interval")
{ {
stats_interval = atoi(optarg); stats_interval = atoi(optarg);
} }