mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +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{
|
||||
Action: inspect,
|
||||
Name: "inspect",
|
||||
ArgsUsage: "<prefix> <start>",
|
||||
Action: inspect,
|
||||
Name: "inspect",
|
||||
ArgsUsage: "<prefix> <start>",
|
||||
Flags: slices.Concat(utils.NetworkFlags, utils.DatabaseFlags, []cli.Flag{
|
||||
&cli.IntFlag{
|
||||
Name: "workers",
|
||||
|
|
|
|||
Loading…
Reference in a new issue