Skip to content

Commit

Permalink
added small correction to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Jan 4, 2024
1 parent 139adc7 commit a6d18a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tethys_cli/proxyapps_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit a6d18a8

Please sign in to comment.