From 583bb18676f84511329e23c040e0ac29aa7e0fb3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 May 2025 17:22:23 +1200 Subject: [PATCH] . --- source/src/commands/install.cpp | 13 ++++++++++--- source/src/commands/standard_autocomplete.cpp | 2 +- source/src/main.cpp | 3 ++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/source/src/commands/install.cpp b/source/src/commands/install.cpp index 86bd443..a6b5b86 100644 --- a/source/src/commands/install.cpp +++ b/source/src/commands/install.cpp @@ -33,7 +33,7 @@ namespace dropshell false, // requires_install 0, // min_args (after command) 2, // max_args (after command) - "install SERVER [SERVICE]", + "install SERVER [SERVICE|all]", "Install/reinstall service(s). Safe/non-destructive way to update.", // heredoc R"( @@ -42,7 +42,7 @@ namespace dropshell install (re)install dropshell components on this computer. install SERVER (re)install dropshell agent on the given server. - install SERVER [SERVICE|*] (re)install the given service (or all services) on the given server. + install SERVER [SERVICE|all] (re)install the given service (or all services) on the given server. Note you need to create the service first with: dropshell create-service