From 15a7d84fef052b53077ff0a21f4881a5bfa832a0 Mon Sep 17 00:00:00 2001 From: meows Date: Mon, 21 Oct 2019 08:40:56 -0500 Subject: [PATCH] cmd/geth: simplify usage msg --- cmd/geth/chaincmd.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 2b727c4785..5b176b6da1 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -67,10 +67,7 @@ It expects the genesis file as argument.`, }, Category: "BLOCKCHAIN COMMANDS", Description: ` -The dumpgenesis command dumps the genesis block configuration in JSON format to stdout. - -This data can be used as a template or passed to the 'init' command. -`, +The dumpgenesis command dumps the genesis block configuration in JSON format to stdout.`, } importCommand = cli.Command{ Action: utils.MigrateFlags(importChain),