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