simplewallet: noob-friendly help menu

This commit is contained in:
wowario 2019-11-13 10:17:45 +03:00
parent fe3f6a3e6b
commit 67b4a19edf
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
4 changed files with 48 additions and 14 deletions

View file

@ -2181,7 +2181,8 @@ skip:
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
<< "You are now synchronized with the network. You may now start monero-wallet-cli." << ENDL
<< ENDL
<< "Use the \"help\" command to see the list of available commands." << 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
<< "**********************************************************************");
m_sync_timer.pause();
if (ELPP->vRegistry()->allowed(el::Level::Info, "sync-info"))