From ce3b62f86b50cb9cffac81c39c00c1bbdd4e72a5 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Mon, 21 Mar 2022 21:58:19 +0100
Subject: [PATCH] [doc] Fix README: Custom endpoint specification

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e1c84858..c22fd54b 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ silkaj <sub-command>
 
 - Specify a custom node with `-p` option:
 ```bash
-silkaj -p <address>:<port> <sub-command>
+silkaj -ep <hostname>:<port> <sub-command>
 ```
 
 ## Features
-- 
GitLab