Merge pull request #164 from ledgerwatch/downloader2

Fix typo in download-only flag
This commit is contained in:
ledgerwatch 2019-11-11 19:28:03 +00:00 committed by GitHub
commit 103deffd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ var (
Usage: "Ultra light server sends announcements only",
}
DownloadOnlyFlag = cli.BoolFlag{
Name: "downloa-only",
Name: "download-only",
Usage: "Run in download only mode - only fetch blocks but not process them",
}
// Dashboard settings