From caf1b2a7a3e0b878cf8f3bd31c2c9d9ae80347a4 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Tue, 21 Oct 2025 10:15:31 +0800 Subject: [PATCH] Update GenesisFlag usage description Removed the period at the end of the usage description for the GenesisFlag. --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 34ea56acbc..ad30eefe5d 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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, }