mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 04:25:26 -04:00
Merge pull request #6127
67b4a19e
simplewallet: noob-friendly help menu (wowario)
This commit is contained in:
commit
e552ba14b2
4 changed files with 48 additions and 14 deletions
|
@ -2179,7 +2179,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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue