diff options
author | rbrunner7 <rbrunner@dreamshare.ch> | 2020-06-01 10:20:59 +0200 |
---|---|---|
committer | rbrunner7 <rbrunner@dreamshare.ch> | 2020-07-24 07:12:11 +0200 |
commit | fb31167b12caccdac071bdbe5ad58f235cdb82fe (patch) | |
tree | f4ccd86e7fe5347ce8e9e21a36bdba2d976d2414 /src/cryptonote_protocol/cryptonote_protocol_handler.inl | |
parent | Merge pull request #6586 (diff) | |
download | monero-fb31167b12caccdac071bdbe5ad58f235cdb82fe.tar.xz |
Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
Diffstat (limited to '')
-rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 02c416af5..81f33d580 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -2338,8 +2338,7 @@ 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 a simplified list of available commands." << ENDL - << "Use the \"help_advanced\" command to see an advanced list of available commands." << ENDL + << "Use the \"help\" command to see the list of available commands." << ENDL << "**********************************************************************"); m_sync_timer.pause(); if (ELPP->vRegistry()->allowed(el::Level::Info, "sync-info")) |