Skip to content

Commit 5a9cb2b

Browse files
committed
Update tljh-config --help
1 parent 9ed2a92 commit 5a9cb2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/topic/tljh-config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ it after an argument like `remove-item` gives information about this specific co
227227
```bash
228228
sudo tljh-config --help
229229

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

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

241-
optional arguments:
241+
options:
242242
-h, --help show this help message and exit
243243
--config-path CONFIG_PATH
244244
Path to TLJH config.yaml file
245+
--validate Validate the TLJH config
246+
--no-validate Do not validate the TLJH config
245247
```
246248

247249
```bash

0 commit comments

Comments
 (0)