commit e36a50da8fe44b303b576f21332f427ba41adf4a parent d805f3986b813bed2eb0eb71450028aa95b83db0 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Thu, 26 Nov 2020 01:03:53 -0500 backslash-newline-space to shell script fragment Diffstat:
| M | taler-wallet.rst | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -1151,7 +1151,8 @@ top-level command and not the subcommand: .. code-block:: sh # Update exchange /keys with time travel, value in microseconds - $ taler-wallet-cli --timetravel=1000000 --wallet-db=mydb.json exchanges update -f https://exchange.int.taler.net/ + $ taler-wallet-cli --timetravel=1000000 --wallet-db=mydb.json \ + exchanges update -f https://exchange.int.taler.net/ Test Cases ----------