Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
rad-ens: Improve usage
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Sellier <[email protected]>
  • Loading branch information
cloudhead committed Feb 13, 2022
1 parent 6161b74 commit 0987585
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ens/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ pub const HELP: Help = Help {
usage: r#"
Usage
rad ens --setup [<option>...] [--rpc-url <url>] --ledger-hdpath <hd-path>
rad ens --setup [<option>...] [--rpc-url <url>] --keystore <file>
rad ens <operation> [<option>...]
rad ens [<option>...]
rad ens --setup [<option>...] [--rpc-url <url>] --ledger-hdpath <hd-path>
rad ens --setup [<option>...] [--rpc-url <url>] --keystore <file>
rad ens [<operation>] [<option>...]
If no operation is specified, `--show` is implied.
Operations
--setup [<name>] Associate your local radicle id with an ENS name
--show Show ENS data for your local radicle identity
--setup [<name>] Associate your local identity with an ENS name
--set-local <name> Set an ENS name for your local radicle identity
Options
Expand Down

0 comments on commit 0987585

Please sign in to comment.