Skip to content

Commit caf1b2a

Browse files
authored
Update GenesisFlag usage description
Removed the period at the end of the usage description for the GenesisFlag.
1 parent b02b46d commit caf1b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ var (
192192
}
193193
GenesisFlag = &cli.StringFlag{
194194
Name: "genesis",
195-
Usage: "Load genesis block and configuration from file at this path.",
195+
Usage: "Load genesis block and configuration from file at this path",
196196
Category: flags.EthCategory,
197197
}
198198

0 commit comments

Comments
 (0)