From 1e3ed1611b49f97c680e86d732677d2eb733a17a Mon Sep 17 00:00:00 2001 From: Elad Alon Date: Mon, 15 Oct 2018 17:50:37 +0200 Subject: [PATCH] Fix force_fieldtrials documentation in video_loopback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I49bb3ee249c7dfec5f97ee974bfa717ebe711519 Reviewed-on: https://webrtc-review.googlesource.com/c/106080 Reviewed-by: Erik Språng Commit-Queue: Elad Alon Cr-Commit-Position: refs/heads/master@{#25181} --- video/video_loopback.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/video_loopback.cc b/video/video_loopback.cc index e626b3f1ab..b6715ac4ad 100644 --- a/video/video_loopback.cc +++ b/video/video_loopback.cc @@ -262,7 +262,7 @@ DEFINE_string( force_fieldtrials, "", "Field trials control experimental feature code which can be forced. " - "E.g. running with --force_fieldtrials=WebRTC-FooFeature/Enable/" + "E.g. running with --force_fieldtrials=WebRTC-FooFeature/Enabled/" " will assign the group Enable to field trial WebRTC-FooFeature. Multiple " "trials are separated by \"/\"");