Skip to content

Commit

Permalink
cmd/geth: migrate bug command/flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-vk committed May 3, 2017
1 parent 11ab73f commit 38b4fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/geth/bugcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ import (
"github.com/ethereum/go-ethereum/cmd/internal/browser"
"github.com/ethereum/go-ethereum/params"

"github.com/ethereum/go-ethereum/cmd/utils"
cli "gopkg.in/urfave/cli.v1"
)

var bugCommand = cli.Command{
Action: reportBug,
Action: utils.MigrateFlags(reportBug),
Name: "bug",
Usage: "opens a window to report a bug on the geth repo",
ArgsUsage: " ",
Expand Down

0 comments on commit 38b4fc8

Please sign in to comment.