From a6d18a8687015643f074e51d404120364604dac9 Mon Sep 17 00:00:00 2001 From: romer8 Date: Thu, 4 Jan 2024 11:44:35 -0700 Subject: [PATCH] added small correction to docs --- tethys_cli/proxyapps_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tethys_cli/proxyapps_commands.py b/tethys_cli/proxyapps_commands.py index 255d433c5..e0255242b 100644 --- a/tethys_cli/proxyapps_commands.py +++ b/tethys_cli/proxyapps_commands.py @@ -63,7 +63,7 @@ def add_proxyapps_parser(subparsers): ) proxyapps_add_parser.add_argument( "show_in_apps_library", - help="Defines if the proxy app is enabled or no (e.g.: True/False).", + help="Defines if the proxy app is shown in the apps library page or not (e.g.: True/False).", nargs="?", default=True, )