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() {
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{
{
......
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