We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a5d48 commit 7ff49a3Copy full SHA for 7ff49a3
DataExtractor/src/Common/CommandLine.cpp
@@ -76,6 +76,8 @@ namespace CommandLine
76
LOG_ALWAYS("-notimeline (-nt) : No timeline files will be generated");
77
LOG_ALWAYS("-timelinepack (-tp) : Sets the number of timelines packed in the same file - example '-tp 200' (100 by default)");
78
79
+ LOG_ALWAYS("-noincluders (-ni) : No includers file will be generated");
80
+
81
LOG_ALWAYS("-verbosity (-v) : Sets the verbosity level - example: '-v 1'");
82
LOG_ALWAYS("\t0 - Silent");
83
LOG_ALWAYS("\t1 - Progress (default)");
0 commit comments