diff --git a/README.md b/README.md index 45690d15510f6827588f1c2351ca42b69fd4f4e1..d2371a647d9c5254a5cf97a39933cc4136d74084 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ silkaj wot revocation -h You can find commands at the root, such as `silkaj license` -- Will automatically request and post data on https://g1.duniter.org/node/summary official Ğ1 endpoint based on a load balancer. +- Will automatically request and post data on https://g1.duniter.org/node/summary official Ğ1 endpoint. - Specify a custom node with `-ep` option where `<port>` and `<path>` are optional: diff --git a/silkaj/cli.py b/silkaj/cli.py index 45eb5c4124566fd148d743b16a661a08e4979837..62894cc60f3848b8b5ac15267a1481c4682f6d8c 100644 --- a/silkaj/cli.py +++ b/silkaj/cli.py @@ -73,7 +73,7 @@ click.rich_click.OPTION_GROUPS = { @click.option( "--endpoint", "-ep", - help=f"Default endpoint reaches Ğ1 currency on its official endpoint based on a load balancer: \ + help=f"Default endpoint reaches Ğ1 currency on its official endpoint: \ {tui.endpoint_link(du_endpoint(G1_DEFAULT_ENDPOINT).host)}. \ --endpoint allows to specify a custom endpoint following the format: <host>:<port>/<path>. \ <port> and <path> are optional. In case no port is specified, it defaults to 443.",