-update man pages
This commit is contained in:
parent
c86a169fb5
commit
3976729af1
@ -39,7 +39,8 @@ man_MANS = \
|
|||||||
prebuilt/man/taler-helper-auditor-deposits.1\
|
prebuilt/man/taler-helper-auditor-deposits.1\
|
||||||
prebuilt/man/taler-helper-auditor-purses.1\
|
prebuilt/man/taler-helper-auditor-purses.1\
|
||||||
prebuilt/man/taler-helper-auditor-reserves.1\
|
prebuilt/man/taler-helper-auditor-reserves.1\
|
||||||
prebuilt/man/taler-helper-auditor-wire.1
|
prebuilt/man/taler-helper-auditor-wire.1 \
|
||||||
|
prebuilt/man/taler-unified-setup.1
|
||||||
|
|
||||||
info_TEXINFOS = \
|
info_TEXINFOS = \
|
||||||
prebuilt/texinfo/taler-auditor.texi \
|
prebuilt/texinfo/taler-auditor.texi \
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 66e99d09d4351bb6e6c5fd442f14ec7cf1363a81
|
Subproject commit db8444916b056cce401ff62a05512e82bd9e4e64
|
@ -74,7 +74,7 @@ LOGLEVEL="DEBUG"
|
|||||||
DEFAULT_SLEEP="0.2"
|
DEFAULT_SLEEP="0.2"
|
||||||
|
|
||||||
# Parse command-line options
|
# Parse command-line options
|
||||||
while getopts ':abc:d:efghl:mnr:stu:vwW' OPTION; do
|
while getopts ':abc:d:efghL:mnr:stu:vwW' OPTION; do
|
||||||
case "$OPTION" in
|
case "$OPTION" in
|
||||||
a)
|
a)
|
||||||
START_AUDITOR="1"
|
START_AUDITOR="1"
|
||||||
@ -103,7 +103,7 @@ while getopts ':abc:d:efghl:mnr:stu:vwW' OPTION; do
|
|||||||
echo ' -e -- start exchange'
|
echo ' -e -- start exchange'
|
||||||
echo ' -f -- start fakebank'
|
echo ' -f -- start fakebank'
|
||||||
echo ' -h -- print this help'
|
echo ' -h -- print this help'
|
||||||
echo ' -l $LOGLEVEL -- set log level'
|
echo ' -L $LOGLEVEL -- set log level'
|
||||||
echo ' -m -- start merchant'
|
echo ' -m -- start merchant'
|
||||||
echo ' -n -- start nexus'
|
echo ' -n -- start nexus'
|
||||||
echo ' -r $MEX -- which exchange to use at the merchant (optional)'
|
echo ' -r $MEX -- which exchange to use at the merchant (optional)'
|
||||||
@ -117,7 +117,7 @@ while getopts ':abc:d:efghl:mnr:stu:vwW' OPTION; do
|
|||||||
g)
|
g)
|
||||||
START_AGGREGATOR="1"
|
START_AGGREGATOR="1"
|
||||||
;;
|
;;
|
||||||
l)
|
L)
|
||||||
LOGLEVEL="$OPTARG"
|
LOGLEVEL="$OPTARG"
|
||||||
;;
|
;;
|
||||||
m)
|
m)
|
||||||
|
Loading…
Reference in New Issue
Block a user