| Index: remoting/host/host_main.cc
|
| diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
|
| index 947e4ccc1de4698032a3ce31cad109ca84baa612..f0411ddd2e857133ed0cfbf85e333a3b3e1eb802 100644
|
| --- a/remoting/host/host_main.cc
|
| +++ b/remoting/host/host_main.cc
|
| @@ -76,7 +76,8 @@ const char kUsageMessage[] =
|
| " --host-config=<config> - Specifies the host configuration.\n"
|
| " --help, -? - Print this message.\n"
|
| " --type - Specifies process type.\n"
|
| - " --version - Prints the host version and exits.\n";
|
| + " --version - Prints the host version and exits.\n"
|
| + " --window-id=<id> - Specifies that a window should be streamed.\n";
|
|
|
| void Usage(const base::FilePath& program_name) {
|
| printf(kUsageMessage, program_name.MaybeAsASCII().c_str());
|
|
|