Fix force_fieldtrials documentation in video_loopback

Bug: None
Change-Id: I49bb3ee249c7dfec5f97ee974bfa717ebe711519
Reviewed-on: https://webrtc-review.googlesource.com/c/106080
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25181}
This commit is contained in:
Elad Alon
2018-10-15 17:50:37 +02:00
committed by Commit Bot
parent 0391446cbb
commit 1e3ed1611b

View File

@ -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 \"/\"");