Skip to content

Commit

Permalink
chore(op-proposer): update proposer description (ethereum-optimism#9916)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Mar 22, 2024
1 parent ed8c222 commit 7f3afe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-proposer/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func main() {
app.Flags = cliapp.ProtectFlags(flags.Flags)
app.Version = opservice.FormatVersion(Version, GitCommit, GitDate, "")
app.Name = "op-proposer"
app.Usage = "L2Output Submitter"
app.Description = "Service for generating and submitting L2 Output checkpoints to the L2OutputOracle contract"
app.Usage = "L2 Output Submitter"
app.Description = "Service for generating and proposing L2 Outputs"
app.Action = cliapp.LifecycleCmd(proposer.Main(Version))
app.Commands = []*cli.Command{
{
Expand Down

0 comments on commit 7f3afe3

Please sign in to comment.