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
Copy file name to clipboardexpand all lines: examples/chef/chef.py
+7-5
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ def main() -> int:
345
345
parser.add_option(
346
346
"", "--ci", help="Builds Chef examples defined in cicd_config. Uses --use_zzz. Uses specified target from -t. Chef exits after completion.", dest="ci", action="store_true")
347
347
parser.add_option(
348
-
"", "--ipv6only", help="Disable IPv4. Applicable to platforms that can support IPV4 (e.g, Linux, ESP32)",
348
+
"", "--enable_ipv4", help="Enable IPv4 mDNS. Only applicable to platforms that can support IPV4 (e.g, Linux, ESP32)",
349
349
action="store_true", default=False)
350
350
parser.add_option(
351
351
"", "--cpu_type", help="CPU type to compile for. Linux only.", choices=["arm64", "arm", "x64"])
0 commit comments