mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-04 23:32:55 +00:00
cmd/utils: fix jspath flag typo
This commit is contained in:
parent
ba7c125153
commit
cf47ef12d3
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ var (
|
||||||
// ATM the url is left to the user and deployment to
|
// ATM the url is left to the user and deployment to
|
||||||
JSpathFlag = cli.StringFlag{
|
JSpathFlag = cli.StringFlag{
|
||||||
Name: "jspath",
|
Name: "jspath",
|
||||||
Usage: "JavaSript root path for `loadScript` and document root for `admin.httpGet`",
|
Usage: "JavaScript root path for `loadScript` and document root for `admin.httpGet`",
|
||||||
Value: ".",
|
Value: ".",
|
||||||
}
|
}
|
||||||
SolcPathFlag = cli.StringFlag{
|
SolcPathFlag = cli.StringFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue