From 619ee1e6f9b91e9df3e6f303d40a62b9f442c58f Mon Sep 17 00:00:00 2001 From: ZenGround0 Date: Tue, 13 Oct 2020 00:49:32 -0400 Subject: [PATCH] add comma --- cmd/lotus-shed/postfind.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lotus-shed/postfind.go b/cmd/lotus-shed/postfind.go index ffdfb4946..af6b6517d 100644 --- a/cmd/lotus-shed/postfind.go +++ b/cmd/lotus-shed/postfind.go @@ -30,10 +30,10 @@ var postFindCmd = &cli.Command{ Usage: "only print addrs of miners with more than zero power", }, &cli.IntFlag{ - Name: "lookback", + Name: "lookback", Usage: "number of past epochs to search for post", Value: 2880, //default 1 day - } + }, }, Action: func(c *cli.Context) error { api, acloser, err := lcli.GetFullNodeAPI(c)