mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 07:20:15 +03:00
ServerApp help: Describe the role of the server
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
69ec896e65
commit
2c8f92206f
@ -137,7 +137,9 @@ ServerApp::help()
|
|||||||
barrier::fs::u8path(SYS_CONFIG_NAME)).u8string();
|
barrier::fs::u8path(SYS_CONFIG_NAME)).u8string();
|
||||||
|
|
||||||
std::ostringstream buffer;
|
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"
|
<< "\n"
|
||||||
<< "Usage: " << args().m_exename
|
<< "Usage: " << args().m_exename
|
||||||
<< " [--address <address>]"
|
<< " [--address <address>]"
|
||||||
|
Loading…
Reference in New Issue
Block a user