mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
fmt
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
07515cf073
commit
11cf3a677b
1 changed files with 3 additions and 3 deletions
|
|
@ -87,9 +87,9 @@ Remove blockchain and state databases`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
dbInspectCmd = &cli.Command{
|
dbInspectCmd = &cli.Command{
|
||||||
Action: inspect,
|
Action: inspect,
|
||||||
Name: "inspect",
|
Name: "inspect",
|
||||||
ArgsUsage: "<prefix> <start>",
|
ArgsUsage: "<prefix> <start>",
|
||||||
Flags: slices.Concat(utils.NetworkFlags, utils.DatabaseFlags, []cli.Flag{
|
Flags: slices.Concat(utils.NetworkFlags, utils.DatabaseFlags, []cli.Flag{
|
||||||
&cli.IntFlag{
|
&cli.IntFlag{
|
||||||
Name: "workers",
|
Name: "workers",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue