diff --git a/README.md b/README.md index 18869d7..ebf0d92 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The CLI requires the Pectra batch contract's ABI. Place the `abi.json` file in t To unset delegation for a validator, run: ```bash -./pectra-cli unset-delegation -c config.json +./pectra-cli unset-code -c config.json ``` ## Usage diff --git a/cmd/main.go b/cmd/main.go index f5306e5..e43cb9c 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -101,7 +101,7 @@ func main() { { Name: "unset-code", Usage: "Unset code for the contract", - Description: "Remove the contract code (for emergency situations only)", + Description: "Revoke the contract code functionality from the EOA", Flags: []cli.Flag{ &cli.StringFlag{ Name: "config",