1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-08-26 13:42:08 +00:00

fixed typo

This commit is contained in:
orignal 2025-08-19 15:39:40 -04:00 committed by GitHub
parent 5124e02347
commit d1e466170f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,5 +55,5 @@ For example, newkeys 7 generates an EdDSA key pair (supported only in i2pd).
- lookup `<I2P_HOSTNAME>` — Performs a lookup for the specified I2P hostname and returns its destination. - lookup `<I2P_HOSTNAME>` — Performs a lookup for the specified I2P hostname and returns its destination.
- lookuplocal `<I2P_HOSTNAME>` — looks for LeaseSet with specified address in router's netdb - lookuplocal `<I2P_HOSTNAME>` — looks for LeaseSet with specified address in router's netdb
- ping `<I2P_HOSTNAME>` - Pings remote destination. Returns "pong `<BASE32_ADDRESS>`: time=`<VALUE` ms" if success and "timeout" is not - ping `<I2P_HOSTNAME>` - Pings remote destination. Returns "pong `<BASE32_ADDRESS>`: time=`<VALUE>` ms" if success and "timeout" is not
- help `<COMMAND>` — Provides help information for the specified command. If no command is specified, lists all available commands. - help `<COMMAND>` — Provides help information for the specified command. If no command is specified, lists all available commands.