Merge pull request #4321 from filecoin-project/feat/love

Chain is love
This commit is contained in:
Jakub Sztandera 2020-10-12 05:44:34 +02:00 committed by GitHub
commit a95e343dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,8 +521,9 @@ var chainInspectUsage = &cli.Command{
}
var chainListCmd = &cli.Command{
Name: "list",
Usage: "View a segment of the chain",
Name: "list",
Aliases: []string{"love"},
Usage: "View a segment of the chain",
Flags: []cli.Flag{
&cli.Uint64Flag{Name: "height"},
&cli.IntFlag{Name: "count", Value: 30},