We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ef21d commit 7d4db69Copy full SHA for 7d4db69
cmd/geth/config.go
@@ -47,10 +47,10 @@ var (
47
dumpConfigCommand = &cli.Command{
48
Action: dumpConfig,
49
Name: "dumpconfig",
50
- Usage: "Show configuration values",
51
- ArgsUsage: "",
+ Usage: "Export configuration values in a TOML format",
+ ArgsUsage: "<dumpfile (optional)>",
52
Flags: flags.Merge(nodeFlags, rpcFlags),
53
- Description: `The dumpconfig command shows configuration values.`,
+ Description: `Export configuration values in TOML format (to stdout by default).`,
54
}
55
56
configFileFlag = &cli.StringFlag{
0 commit comments