added command line parameters for webui port and base directory.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-03-22 12:29:30 +00:00
parent 21575dd416
commit 0cd3f3868e
3 changed files with 34 additions and 23 deletions

View file

@ -116,7 +116,7 @@ namespace
const char* desc="",
bool mandatory = true)
{
return ValueHolder<T>(l,b,desc,mandatory);
return ValueHolder<T>(l,b,valueName,desc,mandatory);
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Interface of OptionHolder