From bcea5602c1e3073e7acbb0a7d55b1f15876f6b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=C6=B0=E1=BB=9Dng=20Giang?= Date: Fri, 19 Jul 2024 17:32:47 +0700 Subject: [PATCH] fix: update help string of --application option Co-authored-by: Jean-Robin --- taipy/_cli/_create_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipy/_cli/_create_cli.py b/taipy/_cli/_create_cli.py index d0bea7bab6..fa2d1fc7f4 100644 --- a/taipy/_cli/_create_cli.py +++ b/taipy/_cli/_create_cli.py @@ -52,7 +52,7 @@ def create_parser(cls): "--application", choices=list(cls._template_map.keys()), default="default", - help="The template name to create a new Taipy application.", + help="The template used to create the new Taipy application.", ) @classmethod