Skip to content

Commit

Permalink
rename "wrench svc start" -> "wrench svc run"
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 11, 2022
1 parent c4cac4a commit bf294db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service_start.go → service_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ func init() {
const usage = `
Examples:
Start running wrench:
Run wrench:
$ wrench start
$ wrench svc run
`

// Parse flags for our subcommand.
flagSet := flag.NewFlagSet("start", flag.ExitOnError)
flagSet := flag.NewFlagSet("run", flag.ExitOnError)

// Handles calls to our subcommand.
handler := func(args []string) error {
Expand Down

0 comments on commit bf294db

Please sign in to comment.