diff options
author | wowario <wowario@protonmail.com> | 2019-11-13 10:17:45 +0300 |
---|---|---|
committer | wowario <wowario@protonmail.com> | 2019-11-13 10:24:10 +0300 |
commit | 67b4a19edf7b9d6a407a79eca5c57819863bfd71 (patch) | |
tree | 8949c802e7fa0b80f70ab42d2ebfd37ec07b2579 /src/cryptonote_protocol | |
parent | Merge pull request #6097 (diff) | |
download | monero-67b4a19edf7b9d6a407a79eca5c57819863bfd71.tar.xz |
simplewallet: noob-friendly help menu
Diffstat (limited to 'src/cryptonote_protocol')
-rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 74ceeb41d..24d221c86 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -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")) |