Skip to content

Commit

Permalink
Update tljh-config --help
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Nov 15, 2024
1 parent 9ed2a92 commit 5a9cb2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/topic/tljh-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ it after an argument like `remove-item` gives information about this specific co
```bash
sudo tljh-config --help

usage: tljh-config [-h] [--config-path CONFIG_PATH] {show,unset,set,add-item,remove-item,reload} ...
usage: tljh-config [-h] [--config-path CONFIG_PATH] [--validate] [--no-validate] {show,unset,set,add-item,remove-item,reload} ...

positional arguments:
{show,unset,set,add-item,remove-item,reload}
Expand All @@ -238,10 +238,12 @@ positional arguments:
remove-item Remove a value from a list for a configuration property
reload Reload a component to apply configuration change

optional arguments:
options:
-h, --help show this help message and exit
--config-path CONFIG_PATH
Path to TLJH config.yaml file
--validate Validate the TLJH config
--no-validate Do not validate the TLJH config
```

```bash
Expand Down

0 comments on commit 5a9cb2b

Please sign in to comment.