From d1e466170f89771b208fe583962b6a008d74d3ad Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 19 Aug 2025 15:39:40 -0400 Subject: [PATCH] fixed typo --- docs/devs/i2pd-specifics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/i2pd-specifics.md b/docs/devs/i2pd-specifics.md index e97366c..6ca7942 100644 --- a/docs/devs/i2pd-specifics.md +++ b/docs/devs/i2pd-specifics.md @@ -55,5 +55,5 @@ For example, newkeys 7 generates an EdDSA key pair (supported only in i2pd). - lookup `` — Performs a lookup for the specified I2P hostname and returns its destination. - lookuplocal `` — looks for LeaseSet with specified address in router's netdb -- ping `` - Pings remote destination. Returns "pong ``: time=`` - Pings remote destination. Returns "pong ``: time=`` ms" if success and "timeout" is not - help `` — Provides help information for the specified command. If no command is specified, lists all available commands.