Merge "Mark the webrtc flags as experimental" am: 8c804e2b61 am: 204e6d2b38
Change-Id: Ic94438846d55becfe064e8a52ad8ba18037b7a51
diff --git a/host/commands/assemble_cvd/flags.cc b/host/commands/assemble_cvd/flags.cc
index bf7d266..5064c81 100644
--- a/host/commands/assemble_cvd/flags.cc
+++ b/host/commands/assemble_cvd/flags.cc
@@ -102,27 +102,27 @@
"the vsoc-i user or CUTTLEFISH_INSTANCE=i, "
"starting from 1.");
-DEFINE_bool(start_webrtc, false, "Whether to start the webrtc process.");
+DEFINE_bool(start_webrtc, false, "[Experimental] Whether to start the webrtc process.");
DEFINE_string(
webrtc_assets_dir,
vsoc::DefaultHostArtifactsPath("usr/share/webrtc/assets"),
- "Path to WebRTC webpage assets.");
+ "[Experimental] Path to WebRTC webpage assets.");
DEFINE_string(
webrtc_certs_dir,
vsoc::DefaultHostArtifactsPath("usr/share/webrtc/certs"),
- "Path to WebRTC certificates directory.");
+ "[Experimental] Path to WebRTC certificates directory.");
DEFINE_string(
webrtc_public_ip,
"127.0.0.1",
- "Public IPv4 address of your server, a.b.c.d format");
+ "[Experimental] Public IPv4 address of your server, a.b.c.d format");
DEFINE_bool(
webrtc_enable_adb_websocket,
false,
- "If enabled, exposes local adb service through a websocket.");
+ "[Experimental] If enabled, exposes local adb service through a websocket.");
DEFINE_string(adb_mode, "vsock_half_tunnel",
"Mode for ADB connection."