From e7ab6622b12ce415f0fd6733c7f73e31bc522892 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Mon, 20 Dec 2021 21:50:40 -0500 Subject: [PATCH] DOC: update sudo tljh-config --help demo --- docs/topic/tljh-config.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/topic/tljh-config.rst b/docs/topic/tljh-config.rst index 6e03b2d..9b3b04c 100644 --- a/docs/topic/tljh-config.rst +++ b/docs/topic/tljh-config.rst @@ -241,11 +241,12 @@ it after an argument like ``remove-item`` gives information about this specific sudo tljh-config --help - usage: tljh-config [-h] [--config-path CONFIG_PATH] {show,set,add-item,remove-item,reload} ... + usage: tljh-config [-h] [--config-path CONFIG_PATH] {show,unset,set,add-item,remove-item,reload} ... positional arguments: - {show,set,add-item,remove-item,reload} + {show,unset,set,add-item,remove-item,reload} show Show current configuration + unset Unset a configuration property set Set a configuration property add-item Add a value to a list for a configuration property remove-item Remove a value from a list for a configuration property