Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update GenesisFlag usage description
Removed the period at the end of the usage description for the GenesisFlag.
  • Loading branch information
rjl493456442 authored Oct 21, 2025
commit caf1b2a7a3e0b878cf8f3bd31c2c9d9ae80347a4
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ var (
}
GenesisFlag = &cli.StringFlag{
Name: "genesis",
Usage: "Load genesis block and configuration from file at this path.",
Usage: "Load genesis block and configuration from file at this path",
Category: flags.EthCategory,
}

Expand Down
Loading