cmd/geth: reorganise console/attach commands/flags

This commit is contained in:
Bas van Kervel
2017-05-03 12:26:09 +02:00
parent 8b517d7f00
commit 502a2bd69f
3 changed files with 97 additions and 85 deletions

View File

@ -331,7 +331,7 @@ var (
}
ExecFlag = cli.StringFlag{
Name: "exec",
Usage: "Execute JavaScript statement (only in combination with console/attach)",
Usage: "Execute JavaScript statement",
}
PreloadJSFlag = cli.StringFlag{
Name: "preload",