mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Add a basic command description
Former-commit-id: 6576abbb33b8c01be58ebc1da7242328dd1d94a1 [formerly e5cfd3298f1fc8ba706e5a8575c69e7b17fcb6e2] Former-commit-id: 9effda921bce995454aa815698b131a1de2c8c3d
This commit is contained in:
parent
f139cb33e2
commit
ad2384c6f6
@ -16,7 +16,9 @@ var (
|
||||
ArgsUsage: "[endpoint]",
|
||||
Flags: []cli.Flag{utils.DataDirFlag, utils.PasswordFileFlag, utils.NetworkIdFlag},
|
||||
Category: "SHARDING COMMANDS",
|
||||
Description: "TODO(prestonvanloon)- Add sharding client description",
|
||||
Description: `
|
||||
The Geth sharding client connects to a running geth node in sharding mode. This feature is a work in progress.
|
||||
`,
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user