summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-10 11:17:25 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-10 11:17:25 +0100
commit5b232b727e13e650d1fc5363b640666aaa0cdeaf (patch)
treeda2d657098554c199afd09a91664f06626f3c45a /doc
parent6747badd0c47308a715feff6a2912df3a2f31c0d (diff)
downloadmerchant-5b232b727e13e650d1fc5363b640666aaa0cdeaf.tar.gz
merchant-5b232b727e13e650d1fc5363b640666aaa0cdeaf.tar.bz2
merchant-5b232b727e13e650d1fc5363b640666aaa0cdeaf.zip
doc: gnunet-config->taler-config
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 4c5c8ad1..0f15b541 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -533,7 +533,7 @@ generate the key and/or to display the existing public key using the
@example
$ gnunet-ecc -p \
- `gnunet-config -f -s merchant-instance-default \
+ `taler-config -f -s merchant-instance-default \
-o keyfile`
@end example
@@ -568,7 +568,7 @@ Assuming this JSON specification is stored in a file @code{$TEST.json},
run:
@example
-$ gnunet-config -s merchant-instance-wireformat-default \
+$ taler-config -s merchant-instance-wireformat-default \
-o test_response_file -v $TEST.json
@end example