Skip to content

Commit 7d4db69

Browse files
authored
cmd/geth: clarify dumpconfig options (#26729)
Clarifies the documentation around dumpconfi Signed-off-by: Sungwoo Kim <[email protected]>
1 parent 13ef21d commit 7d4db69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/geth/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ var (
4747
dumpConfigCommand = &cli.Command{
4848
Action: dumpConfig,
4949
Name: "dumpconfig",
50-
Usage: "Show configuration values",
51-
ArgsUsage: "",
50+
Usage: "Export configuration values in a TOML format",
51+
ArgsUsage: "<dumpfile (optional)>",
5252
Flags: flags.Merge(nodeFlags, rpcFlags),
53-
Description: `The dumpconfig command shows configuration values.`,
53+
Description: `Export configuration values in TOML format (to stdout by default).`,
5454
}
5555

5656
configFileFlag = &cli.StringFlag{

0 commit comments

Comments
 (0)