gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add $ at beginning of console comman


From: gnunet
Subject: [taler-docs] branch master updated: add $ at beginning of console command-line (four instances)
Date: Fri, 18 Dec 2020 13:41:47 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new f48a2d4  add $ at beginning of console command-line (four instances)
f48a2d4 is described below

commit f48a2d4021dfb58d387760d99f4fd9ba71a0a77d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Dec 18 07:39:44 2020 -0500

    add $ at beginning of console command-line (four instances)
---
 libeufin/concepts.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index c376434..9cfc13e 100644
--- a/libeufin/concepts.rst
+++ b/libeufin/concepts.rst
@@ -66,7 +66,7 @@ Examples:
 .. code-block:: console
 
   # Download latest transactions via the default bank connection and store 
them locally
-  curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-accounts/my-acct/fetch-transactions
+  $ curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-accounts/my-acct/fetch-transactions
 
 Bank Connections
 ----------------
@@ -100,12 +100,12 @@ Examples:
 .. code-block:: console
 
   # Manually request the inter-day account report via the EBICS C52 order
-  curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-connections/my-ebics-testacct/ebics/download/C52
+  $ curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-connections/my-ebics-testacct/ebics/download/C52
 
   # Download available bank accounts that can be accessed through this 
connection,
   # according to the bank server (with EBICS, does a HTD request).
   # For each of them, create a bank account resource in LibEuFin.
-  curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-connection/my-ebics-testacct/fetch-accounts
+  $ curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-connection/my-ebics-testacct/fetch-accounts
 
 Facades
 -------
@@ -128,7 +128,7 @@ Examples:
 .. code-block:: console
 
   # Request the Taler-specific history through the facade
-  curl $AUTHEADER 
https://example1.libeufin.tech/facades/my-taler-wire-gw/taler/history/incoming
+  $ curl $AUTHEADER 
https://example1.libeufin.tech/facades/my-taler-wire-gw/taler/history/incoming
 
 Access Control
 ==============

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]