Skip to content

Commit 960c07a

Browse files
committed
csgrep --help: mention forgotten --mode=evtstat
1 parent a678be5 commit 960c07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csgrep.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ int main(int argc, char *argv[])
556556
("quiet,q", "do not report any parsing errors")
557557

558558
("mode", po::value<string>(&mode)
559-
->default_value("grep"), "grep, json, stat, grouped, files, filestat, or dig_key_events")
559+
->default_value("grep"), "grep, json, evtstat, files, filestat, grouped, stat, or dig_key_events")
560560

561561
("help", "print the usage of csgrep")
562562
("version", "print the version of csgrep");

0 commit comments

Comments
 (0)