Skip to content

Commit 38b4fc8

Browse files
committed
cmd/geth: migrate bug command/flags
1 parent 11ab73f commit 38b4fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/geth/bugcmd.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ import (
2929
"github.com/ethereum/go-ethereum/cmd/internal/browser"
3030
"github.com/ethereum/go-ethereum/params"
3131

32+
"github.com/ethereum/go-ethereum/cmd/utils"
3233
cli "gopkg.in/urfave/cli.v1"
3334
)
3435

3536
var bugCommand = cli.Command{
36-
Action: reportBug,
37+
Action: utils.MigrateFlags(reportBug),
3738
Name: "bug",
3839
Usage: "opens a window to report a bug on the geth repo",
3940
ArgsUsage: " ",

0 commit comments

Comments
 (0)