mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Update bugcmd
This commit is contained in:
parent
d95e98895e
commit
4023e9e0b4
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
@ -99,10 +99,10 @@ func printCmdOut(w io.Writer, prefix, path string, args ...string) {
|
||||||
const header = `Please answer these questions before submitting your issue. Thanks!
|
const header = `Please answer these questions before submitting your issue. Thanks!
|
||||||
|
|
||||||
#### What did you do?
|
#### What did you do?
|
||||||
|
|
||||||
#### What did you expect to see?
|
#### What did you expect to see?
|
||||||
|
|
||||||
#### What did you see instead?
|
#### What did you see instead?
|
||||||
|
|
||||||
#### System details
|
#### System details
|
||||||
`
|
`
|
||||||
Loading…
Reference in a new issue