summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-05 14:40:05 +0100
committerMS <ms@taler.net>2020-11-05 14:40:05 +0100
commitbfbbee66a9dbb1ceb0f83b9f91cc624df819eb65 (patch)
treebdb11230a33c0b961e842d8103c659c0cd267874
parent9cb52b57deb684323e7a6d2f206c6f3ca9d839c0 (diff)
downloadbank-bfbbee66a9dbb1ceb0f83b9f91cc624df819eb65.tar.gz
bank-bfbbee66a9dbb1ceb0f83b9f91cc624df819eb65.tar.bz2
bank-bfbbee66a9dbb1ceb0f83b9f91cc624df819eb65.zip
help message
-rwxr-xr-xbin/taler-bank-manage6
m---------build-common0
m---------talerbank/app/static/web-common0
3 files changed, 5 insertions, 1 deletions
diff --git a/bin/taler-bank-manage b/bin/taler-bank-manage
index 281ed2b..ace3b84 100755
--- a/bin/taler-bank-manage
+++ b/bin/taler-bank-manage
@@ -45,7 +45,11 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "talerbank.settings")
@click.group(help="Manager script of Taler bank.")
@click.pass_context
-@click.option("--http-port", help="Set HTTP as the serving protocol, and set the port.", type=int)
+@click.option(
+ "--http-port",
+ help="Set HTTP as the serving protocol (taking precedence over the config.), and set the port.",
+ type=int
+)
@click.option("--config", help="Path to the config file.")
@click.option("--with-db", help="Database connection string.")
def cli(ctx, http_port, config, with_db):
diff --git a/build-common b/build-common
-Subproject c9abff9094f9e127b1b976dfd0702e6dce07c6d
+Subproject 47b3237e8426c1fab05e26edaff2a1d4f099059
diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
-Subproject eaefc57f2ea5434ad6b7f1c11ee4daa0fc92c76
+Subproject 2457613ecc8b8971bd47119b1a02a2f290bb483