From f475f8ad0429738ad4df4112e0fb1b1f7025adea Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 19 Aug 2025 15:40:19 -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 6ca7942..82c6a14 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=`` ms" if success and "timeout" is not +- ping `` - Pings remote destination. Returns "pong from ``: 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.