Skip to content

Commit

Permalink
Add delegated to cli docs (#12309)
Browse files Browse the repository at this point in the history
Co-authored-by: zenground0 <[email protected]>
  • Loading branch information
ZenGround0 and ZenGround0 authored Jul 26, 2024
1 parent 9c9bb95 commit f234267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var WalletCmd = &cli.Command{
var walletNew = &cli.Command{
Name: "new",
Usage: "Generate a new key of the given type",
ArgsUsage: "[bls|secp256k1 (default secp256k1)]",
ArgsUsage: "[bls|secp256k1|delegated (default secp256k1)]",
Action: func(cctx *cli.Context) error {
api, closer, err := GetFullNodeAPI(cctx)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ NAME:
lotus wallet new - Generate a new key of the given type
USAGE:
lotus wallet new [command options] [bls|secp256k1 (default secp256k1)]
lotus wallet new [command options] [bls|secp256k1|delegated (default secp256k1)]
OPTIONS:
--help, -h show help
Expand Down

0 comments on commit f234267

Please sign in to comment.