From bbf2575718028ce855bdffb80e662576d4e11e12 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 25 Apr 2025 18:09:26 +1200 Subject: [PATCH] Comments. --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index af71871..4cf54d7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,6 +40,7 @@ void print_help() { std::cout << std::endl; std::cout << std::endl; std::cout << "Service commands: (if no service is specified, all services for the server are affected)" << std::endl; + std::cout << " install SERVER [SERVICE] Install/reinstall/update service(s). Non-destructive." << std::endl; std::cout << " COMMAND SERVER [SERVICE] Run a command on service(s)." << std::endl; std::cout << std::endl; std::cout << "Standard commands: install, backup, uninstall, start, stop" << std::endl;