From 5a9cb2b395be149d72fa54a11cc964da903b6b39 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:51:43 -0500 Subject: [PATCH] Update `tljh-config --help` --- docs/topic/tljh-config.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/topic/tljh-config.md b/docs/topic/tljh-config.md index 2df93ee1..e56609ba 100644 --- a/docs/topic/tljh-config.md +++ b/docs/topic/tljh-config.md @@ -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} @@ -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