commit 0d4a7a4e934d20bfff2cd651062e4f0b75711d1e parent 8571059a19958012cbbb687fb65f7484dac4afbf Author: MS <ms@taler.net> Date: Fri, 15 Jan 2021 21:23:46 +0100 fix command name Diffstat:
| M | libeufin/nexus-tutorial.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst @@ -236,7 +236,7 @@ it also needs to verify them offline. For this, the nexus can generate a key le .. code-block:: console - $ libeufin-cli connections keyletter $CONNECTION_NAME out.pdf + $ libeufin-cli connections get-key-letter $CONNECTION_NAME out.pdf .. note::