Skip to content

Commit

Permalink
Merge branch 'rename-start-command' of github.com:silphid/yey into re…
Browse files Browse the repository at this point in the history
…name-start-command
  • Loading branch information
davidmdm committed May 27, 2021
2 parents 21640e3 + b3241a7 commit 81332bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/run/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func New() *cobra.Command {

cmd := &cobra.Command{
Use: "run",
Short: "runs container",
Short: "Runs container using given context",
Args: cobra.RangeArgs(0, 1),
RunE: func(cmd *cobra.Command, args []string) error {
name := ""
Expand Down

0 comments on commit 81332bb

Please sign in to comment.