minor: fix typo

This commit is contained in:
Isidoro Ghezzi 2016-02-05 14:59:41 +01:00
parent c541b38fb3
commit 77915fd4fb

View file

@ -343,7 +343,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{