Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README error #317

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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