cmd/geth: fix help output issues (#25941)

This update resolves an issue where StringSliceFlag would not be
rendered correctly in help output + mention that -H can be used multiple times

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Felix Lange
2022-10-06 19:59:23 +02:00
committed by GitHub
co-authored by Martin Holst Swende
parent df2b3cd2bd
commit 564751668a
4 changed files with 15 additions and 44 deletions
-1
View File
@@ -38,7 +38,6 @@ var (
verkleCommand = &cli.Command{
Name: "verkle",
Usage: "A set of experimental verkle tree management commands",
Category: "MISCELLANEOUS COMMANDS",
Description: "",
Subcommands: []*cli.Command{
{