commit 6f74e522d25b9fea674f84b1f7c4e17ca6f134a5 parent 4108473c9c3094efcca5758f28c60ca74448ccc2 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 7 Aug 2024 11:06:41 +0200 fix Diffstat:
| M | users/configuration.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 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-core --export-hello + $ gnunet-hello --export-hello The URI output is passed to the ``gnunet-core`` command of *peer that is connecting*: .. code-block:: text - $ gnunet-core --import-hello URI + $ gnunet-hello --import-hello URI .. _Configuration-of-the-HOSTLIST-proxy-settings-cli: