taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 19d49c73b0e9928fcfa97aa9709904b4d7f6caf1
parent d86841f0fe2f4a9fdacacf4294640337c38f5d97
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 26 Nov 2020 00:34:48 -0500

reformat code-block w/ ‘.. code-block:: sh’, etc

Diffstat:
Mtaler-wallet.rst | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -55,7 +55,11 @@ To use the wallet as a library in your own project, run: Manual withdrawing ================== -taler-wallet-cli advanced withdraw-manually --exchange https://exchange.eurint.taler.net/ --amount EUR:5 +.. code-block:: sh + + $ taler-wallet-cli advanced withdraw-manually \ + --exchange https://exchange.eurint.taler.net/ \ + --amount EUR:5 WebExtension Wallet ===================