cmd/utils: fix jspath flag typo

This commit is contained in:
Isidoro Ghezzi 2016-02-05 15:32:00 +01:00
parent ba7c125153
commit cf47ef12d3

View File

@ -338,7 +338,7 @@ var (
// ATM the url is left to the user and deployment to
JSpathFlag = cli.StringFlag{
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: ".",
}
SolcPathFlag = cli.StringFlag{