Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/mtconnect/configuration/service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down