Skip to content

Commit

Permalink
cmd/geth: clarify dumpconfig options (#26729)
Browse files Browse the repository at this point in the history
Clarifies the documentation around dumpconfi

Signed-off-by: Sungwoo Kim <git@sung-woo.kim>
  • Loading branch information
swkim101 authored Feb 21, 2023
1 parent 13ef21d commit 7d4db69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/geth/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ var (
dumpConfigCommand = &cli.Command{
Action: dumpConfig,
Name: "dumpconfig",
Usage: "Show configuration values",
ArgsUsage: "",
Usage: "Export configuration values in a TOML format",
ArgsUsage: "<dumpfile (optional)>",
Flags: flags.Merge(nodeFlags, rpcFlags),
Description: `The dumpconfig command shows configuration values.`,
Description: `Export configuration values in TOML format (to stdout by default).`,
}

configFileFlag = &cli.StringFlag{
Expand Down

0 comments on commit 7d4db69

Please sign in to comment.