Skip to content

Commit

Permalink
Fix --stream flag position in the exec help text (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-elinardi authored Oct 28, 2024
1 parent 5067420 commit aef161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/exec/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command> [--stream] [<args>...]:
return `run [--stream] <command> [<args>...]:
Run a command remotely and return the response
Note: This is not optimized for large output or long running commands. If
Expand Down

0 comments on commit aef161e

Please sign in to comment.