Skip to content

Commit

Permalink
opt: remove config cmd instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ta0li committed Jul 26, 2022
1 parent ca98c4f commit 53a1352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 1 addition & 10 deletions cmd/drand.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ import (

var drandCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Explore drand",
},
Subcommands: map[string]*cmds.Command{
"random": drandRandomCmd,
},
}

var drandRandomCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Retrieve randomness from the drand server",
Tagline: "Retrieve randomness from drand server",
},
Options: []cmds.Option{
cmds.Uint64Option("height", "chain epoch (default 0)"),
Expand Down
3 changes: 1 addition & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ var RootCmd = &cmds.Command{
Tagline: "Filecoin decentralized storage network client",
Subcommands: `
START RUNNING VENUS
config <key> [<value>] - Get and set venus config values
daemon - Start a venus daemon process
wallet - Manage wallet
msig - Interact with a multisig wallet
Expand All @@ -109,7 +108,7 @@ VIEW DATA STRUCTURES
NETWORK COMMANDS
swarm - Interact with the swarm
drand - retrieve drand randomness
drand - Retrieve randomness from drand server
MESSAGE COMMANDS
send - Send message
Expand Down

0 comments on commit 53a1352

Please sign in to comment.