diff --git a/services/exec/client/client.go b/services/exec/client/client.go index 6969a3bb..60c6500a 100644 --- a/services/exec/client/client.go +++ b/services/exec/client/client.go @@ -75,7 +75,7 @@ type runCmd struct { func (*runCmd) Name() string { return "run" } func (*runCmd) Synopsis() string { return "Run provided command and return a response." } func (*runCmd) Usage() string { - return `run [--stream] [...]: + return `run [--stream] [...]: Run a command remotely and return the response Note: This is not optimized for large output or long running commands. If