aboutsummaryrefslogtreecommitdiff
path: root/doc/taler-mint-reservemod.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-19 16:45:27 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-19 16:45:27 +0200
commit1db6ae0671a06bb5982a532d81b68493b882cb4a (patch)
tree1df230f3800cc4b52a66af5788e4ffb896068c92 /doc/taler-mint-reservemod.1
parent81e8a9b99cc380eb6798e51a4e55435206c63ffe (diff)
downloadexchange-1db6ae0671a06bb5982a532d81b68493b882cb4a.tar.xz
adding man pages
Diffstat (limited to 'doc/taler-mint-reservemod.1')
-rw-r--r--doc/taler-mint-reservemod.135
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/taler-mint-reservemod.1 b/doc/taler-mint-reservemod.1
new file mode 100644
index 000000000..1d8270458
--- /dev/null
+++ b/doc/taler-mint-reservemod.1
@@ -0,0 +1,35 @@
+.TH TALER\-MINT\-RESERVEMOD 1 "Apr 22, 2015" "GNU Taler"
+
+.SH NAME
+taler\-mint\-reservemod \- Modify reserve balance in the Taler mint database.
+
+.SH SYNOPSIS
+.B taler\-mint\-reservemod
+.RI [ options ]
+.br
+
+.SH DESCRIPTION
+\fBtaler\-mint\-reservemod\fP is a command line tool to modify reserves in the Taler mint database. Basically, it can be used to import deposits, either for testing or as part of the import from the list of incoming transactions.
+
+.SH OPTIONS
+.B
+.IP "\-a DENOM, \-\-add=DENOM"
+Amount to add to the reserve.
+.B
+.IP "\-d DIRNAME, \-\-mint-dir=DIRNAME"
+Use the configuration and other resources for the mint to operate from DIRNAME.
+.B
+.IP "\-h, \-\-help"
+Print short help on options.
+.B
+.IP "\-R KEY, \-\-reserve=KEY"
+Public EdDSA key of the reserve to modify.
+.B
+.IP "\-v, \-\-version"
+Print version information.
+
+.SH BUGS
+Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>
+
+.SH "SEE ALSO"
+\fBtaler\-mint\-httpd\fP(1), \fBtaler\-mint\-keyup\fP(1), \fBtaler\-mint\-dbinit\fP(1), \fBtaler.conf\fP(5)