commit 6ef3761fe695eb3ec38a6e7e6a23f1517c6ed279 parent ae9976551b142d02053ca07239975fa6155cdf77 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 6 Aug 2024 10:51:07 +0200 new core hello CLI Diffstat:
| M | users/configuration.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/users/configuration.rst b/users/configuration.rst @@ -464,14 +464,14 @@ URI is returned by the following command to *peer to be connected to*: .. code-block:: text - $ gnunet-peerinfo -s -g + $ gnunet-core --export-hello -The URI output is passed to the ``gnunet-peerinfo`` command of *peer +The URI output is passed to the ``gnunet-core`` command of *peer that is connecting*: .. code-block:: text - $ gnunet-peerinfo -s -p URI + $ gnunet-core --import-hello URI .. _Configuration-of-the-HOSTLIST-proxy-settings-cli: