taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit ecc109654741f05a31a83727387e5e60272bebcf
parent d84bce8d6d871b896f5f1690cd81bc7b6bc59d04
Author: MS <ms@taler.net>
Date:   Mon, 24 Aug 2020 15:28:16 +0200

fix help message

Diffstat:
Mbin/taler-merchant-demos | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-merchant-demos b/bin/taler-merchant-demos @@ -85,7 +85,7 @@ def handle_serve_http(config, whichShop, port=None): @click.argument("which-shop") def demos(config, serve_http, port, serve_uwsgi, which_shop): """ - WHICHSHOP is one of: blog, donations, or survey. + WHICH_SHOP is one of: blog, donations, or survey. """ if config: os.environ["TALER_CONFIG_FILE"] = config