You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep only the --datastream option, which builds the CMake target that
generates the data stream files, in addition to any other target defined
during script invocation.
printf'\t%s\n'"<product>: Products to build, ALL means all products (defaults for <product>: 'ALL')"
81
81
printf'\t%s\n'"-b, --builder: Builder engine. Can be one of: 'make', 'ninja' and 'auto' (default: 'auto')"
82
82
printf'\t%s\n'"-j, --jobs: Count of simultaneous jobs (default: 'auto')"
@@ -88,7 +88,7 @@ print_help()
88
88
printf'\t%s\n'"-t, --thin, --no-thin: Build thin data streams for each rule. Do not build any of the guides, tables, etc (off by default)"
89
89
printf'\t%s\n'"-r, --rule-id: Rule ID: Build a thin data stream with the specified rule. Do not build any of the guides, tables, etc (off by default)"
90
90
printf'\t%s\n'"-d, --datastream-only, --no-datastream-only: Build the data stream only. Do not build any of the guides, tables, etc (off by default)"
91
-
printf'\t%s\n'"--datastream, --no-datastream: Build the data stream. Do not build any of the guides, tables, etc (off by default)"
91
+
printf'\t%s\n'"--datastream: Build the data stream. Do not build any of the guides, tables, etc"
92
92
printf'\t%s\n'"--cel-content: Product(s) to build CEL content for (comma-separated) (default: 'off')"
93
93
printf'\t%s\n'"--render-test-scenarios: render Automatus test scenarios for specified product and put them into the build directory (off by default)"
94
94
printf'\t%s\n'"-p, --profiling, --no-profiling: Use ninja and call the build_profiler.sh util (off by default)"
@@ -184,9 +184,8 @@ parse_commandline()
184
184
{ begins_with_short_option "$_next"&&shift&&set -- "-d""-${_next}""$@"; } || die "The short option '$_key' can't be decomposed to ${_key:0:2} and -${_key:2}, because ${_key:0:2} doesn't accept value and '-${_key:2:1}' doesn't correspond to a short option."
0 commit comments