Update bugcmd

This commit is contained in:
Christopher Franko 2017-02-22 11:19:40 -05:00
parent d95e98895e
commit 4023e9e0b4

View file

@ -26,8 +26,8 @@ import (
"runtime" "runtime"
"strings" "strings"
"github.com/ethereum/go-ethereum/cmd/internal/browser" "github.com/expanse-org/go-expanse/cmd/internal/browser"
"github.com/ethereum/go-ethereum/params" "github.com/expanse-org/go-expanse/params"
cli "gopkg.in/urfave/cli.v1" cli "gopkg.in/urfave/cli.v1"
) )
@ -35,7 +35,7 @@ import (
var bugCommand = cli.Command{ var bugCommand = cli.Command{
Action: reportBug, Action: reportBug,
Name: "bug", Name: "bug",
Usage: "opens a window to report a bug on the geth repo", Usage: "opens a window to report a bug on the gexp repo",
ArgsUsage: " ", ArgsUsage: " ",
Category: "MISCELLANEOUS COMMANDS", Category: "MISCELLANEOUS COMMANDS",
} }