diff --git a/src/apps/deskflow-core/deskflow-core.cpp b/src/apps/deskflow-core/deskflow-core.cpp index 488e67198..a37ee16f3 100644 --- a/src/apps/deskflow-core/deskflow-core.cpp +++ b/src/apps/deskflow-core/deskflow-core.cpp @@ -26,6 +26,7 @@ const static auto kHeader = QStringLiteral("%1-core: %2\n").arg(kAppId, kDisplay void showHelp() { + std::cout << qPrintable(kHeader) << qPrintable(kAppDescription) << "\n\n"; std::cout << "Usage: deskflow-core [...options]" << std::endl; std::cout << "server - start as a server (deskflow-server)" << std::endl; std::cout << "client - start as a client (deskflow-client)" << std::endl;