diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-02-06 00:33:31 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-02-06 00:33:31 -0800 |
commit | e552ba14b27e0c48c04016d49328099943046089 (patch) | |
tree | 44b984ed0b0f93c7652eed73c3305317fcb81d1a /src/cryptonote_core | |
parent | Merge pull request #6103 (diff) | |
parent | simplewallet: noob-friendly help menu (diff) | |
download | monero-e552ba14b27e0c48c04016d49328099943046089.tar.xz |
Merge pull request #6127
67b4a19e simplewallet: noob-friendly help menu (wowario)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 5163c7118..5c8f59291 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1658,8 +1658,9 @@ namespace cryptonote << "You can set the level of process detailization through \"set_log <level|categories>\" command," << ENDL << "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 + << "Use the \"help\" command to see a simplified list of available commands." << ENDL + << "Use the \"help_advanced\" command to see an advanced list of available commands." << ENDL + << "Use \"help_advanced <command>\" to see a command's documentation." << ENDL << "**********************************************************************" << ENDL); m_starter_message_showed = true; } |