Fix typo in download-only flag

This commit is contained in:
Alexey Akhunov 2019-11-11 19:17:39 +00:00
parent 0434cfbb59
commit e09fac4a47

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