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:
Raul Jordan
2021-06-26 14:00:33 -05:00
committed by GitHub
parent dd0ae1bbef
commit a860648960
122 changed files with 183 additions and 188 deletions

View File

@@ -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...]

View File

@@ -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{
{