Skip to content

Commit

Permalink
Fix README error
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Nov 28, 2023
1 parent 8a070ec commit 443cd5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ pip3 install -U safe-cli
## Usage

```bash
safe-cli [-h] [--history] [--is-owner] address node_url
safe-cli [-h] [--history] [--get-safes-from-owner] address node_url

positional arguments:
address The address of the Safe, or an owner address if --is-owner is specified.
node_url Ethereum node url
address The address of the Safe, or an owner address if --get-safes-from-owner is specified.
node_url Ethereum node url

options:
-h, --help show this help message and exit
--history Enable history. By default it's disabled due to security reasons
----get-safes-from-owner Indicates that address is an owner (Safe Transaction Service is required for this feature)
-h, --help Show this help message and exit
--history Enable history. By default it's disabled due to security reasons
--get-safes-from-owner Indicates that address is an owner (Safe Transaction Service is required for this feature)
```
### Quick Load Command:
To load a Safe, use the following command:
Expand Down

0 comments on commit 443cd5f

Please sign in to comment.