From a5c79a3250e5ab0685e779a15e861cf34db7a84b Mon Sep 17 00:00:00 2001 From: moisses89 <7888669+moisses89@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:05:32 +0100 Subject: [PATCH] Fix README error --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9cb11eb0..13d30796 100644 --- a/README.md +++ b/README.md @@ -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: