diff --git a/src/mtconnect/configuration/service.cpp b/src/mtconnect/configuration/service.cpp index 1709937e..e547d7f0 100644 --- a/src/mtconnect/configuration/service.cpp +++ b/src/mtconnect/configuration/service.cpp @@ -46,9 +46,11 @@ namespace mtconnect { { printf( #ifndef _WINDOWS - "Usage: agent [help|daemonize|debug|run] [config-file]" + R"(Usage: agent [help|daemonize|debug|run] [config-file] +)" #else - "Usage: agent [help|install|remove|debug|run] [config-file]" + R"(Usage: agent [help|install|remove|debug|run] [config-file] +)" #endif R"( help Prints this message and exits version Prints the agent version and exits @@ -59,8 +61,7 @@ namespace mtconnect { )" #else R"( install Install the agent as a service. - remove Removes the agent service. - + remove Removes the agent service. )" #endif R"( debug Runs the agent on the command line with verbose logging