From e0098fc212a9d6f19c2f65b9d1965066b190814e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 19 Jan 2017 16:25:51 -0500 Subject: [PATCH] update help for dsconf Change-Id: I4b749816a52c0206e9f546b64b9ed80f766323b8 --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 96a54eb..667bb67 100644 --- a/README.rst +++ b/README.rst @@ -14,14 +14,14 @@ manipulating local.conf and ini files. :: 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: -h, --help show this help message and exit 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 iniset set 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 extract and merge config from 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