Merge pull request #1091 from xkr47/patch-1
ServerApp help: Describe the role of the server
This commit is contained in:
commit
2fcffcdaa9
|
@ -137,7 +137,9 @@ ServerApp::help()
|
|||
barrier::fs::u8path(SYS_CONFIG_NAME)).u8string();
|
||||
|
||||
std::ostringstream buffer;
|
||||
buffer << "Start the barrier server component.\n"
|
||||
buffer << "Start the barrier server component. The server shares the keyboard &\n"
|
||||
<< "mouse of the local machine with the connected clients based on the\n"
|
||||
<< "configuration file.\n"
|
||||
<< "\n"
|
||||
<< "Usage: " << args().m_exename
|
||||
<< " [--address <address>]"
|
||||
|
|
Loading…
Reference in New Issue