CmdHelp: Added command line configuration override help

This commit is contained in:
Paul Beckingham 2016-05-29 12:06:54 -04:00
parent 0128087a86
commit ec3ae71c6f

View file

@ -66,6 +66,9 @@ int CmdHelpUsage ()
<< " 'Single Quoted Words'\n"
<< " \"Double Quoted Words\"\n"
<< " Escaped\\ Spaces\n"
<< '\n'
<< "Configuration overrides:\n"
<< " rc.<name>=<value>\n"
<< '\n';
// TODO clear