update help for dsconf

Change-Id: I4b749816a52c0206e9f546b64b9ed80f766323b8
This commit is contained in:
Sean Dague 2017-01-19 16:25:51 -05:00
parent 1384ec992d
commit e0098fc212
1 changed files with 4 additions and 3 deletions

View File

@ -14,14 +14,14 @@ manipulating local.conf and ini files.
:: ::
usage: dsconf [-h] usage: dsconf [-h]
{iniset,inicomment,iniuncomment,inirm,extract-localrc,extract,setlc,setlc_conf,merge_lc} {iniset,inicomment,iniuncomment,inirm,extract-localrc,extract,setlc,setlc_raw,setlc_conf,merge_lc}
... ...
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
commands: commands:
{iniset,inicomment,iniuncomment,inirm,extract-localrc,extract,setlc,setlc_conf,merge_lc} {iniset,inicomment,iniuncomment,inirm,extract-localrc,extract,setlc,setlc_raw,setlc_conf,merge_lc}
sub-command help sub-command help
iniset set item in ini file iniset set item in ini file
inicomment comment item in ini file inicomment comment item in ini file
@ -30,7 +30,8 @@ manipulating local.conf and ini files.
extract-localrc extract localrc from local.conf extract-localrc extract localrc from local.conf
extract extract and merge config from local.conf extract extract and merge config from local.conf
setlc set variable in localrc of local.conf setlc set variable in localrc of local.conf
setlc_conf set variable in localrc of local.conf setlc_raw set raw line at the end of localrc in local.conf
setlc_conf set variable in ini section of local.conf
merge_lc merge local.conf files merge_lc merge local.conf files