Added command descriptions

This commit is contained in:
Cifrado 2017-11-22 13:53:18 +01:00
parent 8a8c918dc3
commit 287dde63d8
6 changed files with 376 additions and 114 deletions

View file

@ -1329,6 +1329,7 @@ namespace cryptonote
<< "where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)" << ENDL
<< ENDL
<< "Use the \"help\" command to see the list of available commands." << ENDL
<< "Use \"help <command>\" to see a command's documentation." << ENDL
<< "**********************************************************************" << ENDL);
m_starter_message_showed = true;
}