Commit da020d47 authored by Joe Downing's avatar Joe Downing Committed by Chromium LUCI CQ

Removing unused flags from the CRD host

I noticed these while looking at the flag handling code path
in the host code and figured they should get cleaned up.

Change-Id: I91d0b9b8a483e386181650b8ae287b0247aa113b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634084
Auto-Submit: Joe Downing <joedow@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Reviewed-by: default avatarYuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844312}
parent b60f95cc
......@@ -63,15 +63,11 @@ const char kUsageMessage[] =
" --audio-pipe-name=<pipe> - Sets the pipe name to capture audio on "
"Linux.\n"
" --console - Runs the daemon interactively.\n"
" --daemon-pipe=<pipe> - Specifies the pipe to connect to the "
"daemon.\n"
" --elevate=<binary> - Runs <binary> elevated.\n"
" --host-config=<config> - Specifies the host configuration.\n"
" --help, -? - Prints this message.\n"
" --type - Specifies process type.\n"
" --version - Prints the host version and exits.\n"
" --window-id=<id> - Specifies a window to remote,"
" instead of the whole desktop.\n"
" --evaluate-type=<type> - Evaluates the capability of the host.\n";
void Usage(const base::FilePath& program_name) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment