Merge pull request #8442 from rjan90/ux/soft-delete-wallet
ux: wallet: update delete usage
This commit is contained in:
commit
84470e9c64
@ -500,7 +500,7 @@ var walletVerify = &cli.Command{
|
|||||||
|
|
||||||
var walletDelete = &cli.Command{
|
var walletDelete = &cli.Command{
|
||||||
Name: "delete",
|
Name: "delete",
|
||||||
Usage: "Delete an account from the wallet",
|
Usage: "Soft delete an address from the wallet - hard deletion needed for permanent removal",
|
||||||
ArgsUsage: "<address> ",
|
ArgsUsage: "<address> ",
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
api, closer, err := GetFullNodeAPI(cctx)
|
api, closer, err := GetFullNodeAPI(cctx)
|
||||||
|
@ -212,7 +212,7 @@ COMMANDS:
|
|||||||
set-default Set default wallet address
|
set-default Set default wallet address
|
||||||
sign sign a message
|
sign sign a message
|
||||||
verify verify the signature of a message
|
verify verify the signature of a message
|
||||||
delete Delete an account from the wallet
|
delete Soft delete an address from the wallet - hard deletion needed for permanent removal
|
||||||
market Interact with market balances
|
market Interact with market balances
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
@ -346,7 +346,7 @@ OPTIONS:
|
|||||||
### lotus wallet delete
|
### lotus wallet delete
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
lotus wallet delete - Delete an account from the wallet
|
lotus wallet delete - Soft delete an address from the wallet - hard deletion needed for permanent removal
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
lotus wallet delete [command options] <address>
|
lotus wallet delete [command options] <address>
|
||||||
|
Loading…
Reference in New Issue
Block a user