Commit 7f3afe38 authored by refcell's avatar refcell Committed by GitHub

chore(op-proposer): update proposer description (#9916)

parent ed8c2227
...@@ -28,8 +28,8 @@ func main() { ...@@ -28,8 +28,8 @@ func main() {
app.Flags = cliapp.ProtectFlags(flags.Flags) app.Flags = cliapp.ProtectFlags(flags.Flags)
app.Version = opservice.FormatVersion(Version, GitCommit, GitDate, "") app.Version = opservice.FormatVersion(Version, GitCommit, GitDate, "")
app.Name = "op-proposer" app.Name = "op-proposer"
app.Usage = "L2Output Submitter" app.Usage = "L2 Output Submitter"
app.Description = "Service for generating and submitting L2 Output checkpoints to the L2OutputOracle contract" app.Description = "Service for generating and proposing L2 Outputs"
app.Action = cliapp.LifecycleCmd(proposer.Main(Version)) app.Action = cliapp.LifecycleCmd(proposer.Main(Version))
app.Commands = []*cli.Command{ app.Commands = []*cli.Command{
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment