mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Reduce Usage of Eth2 Terminology in Prysm (#9104)
* remove all mentions * more changes * folder by folder Co-authored-by: terence tsao <terence@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## Pcli (Prysm CLI)
|
||||
|
||||
This is a utility to help users perform eth2 specific commands.
|
||||
This is a utility to help users perform Ethereum consensus specific commands.
|
||||
|
||||
### Usage
|
||||
|
||||
*Name:*
|
||||
**pcli** - A command line utility to run eth2 specific commands
|
||||
**pcli** - A command line utility to run Ethereum consensus specific commands
|
||||
|
||||
*Usage:*
|
||||
pcli [global options] command [command options] [arguments...]
|
||||
|
||||
@@ -37,7 +37,7 @@ func main() {
|
||||
log.SetFormatter(customFormatter)
|
||||
app := cli.App{}
|
||||
app.Name = "pcli"
|
||||
app.Usage = "A command line utility to run eth2 specific commands"
|
||||
app.Usage = "A command line utility to run Ethereum consensus specific commands"
|
||||
app.Version = version.Version()
|
||||
app.Commands = []*cli.Command{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user