Skip to content

Commit

Permalink
Merge pull request ethereum#227 from etclabscore/fix/cmd-copydb-help-…
Browse files Browse the repository at this point in the history
…args

main: fix usage for copydb command
  • Loading branch information
ziogaschr authored Dec 7, 2020
2 parents 984544f + 34b7f78 commit b77202a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/geth/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ The export-preimages command export hash preimages to an RLP encoded stream`,
},
Category: "BLOCKCHAIN COMMANDS",
Description: `
The first argument must be the directory containing the blockchain to download from`,
The first argument must be the chaindata directory containing the blockchain to download from.
The second argument must be the ancient chain directory path.`,
}
removedbCommand = cli.Command{
Action: utils.MigrateFlags(removeDB),
Expand Down

0 comments on commit b77202a

Please sign in to comment.