From fb31167b12caccdac071bdbe5ad58f235cdb82fe Mon Sep 17 00:00:00 2001 From: rbrunner7 Date: Mon, 1 Jun 2020 10:20:59 +0200 Subject: Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command --- src/cryptonote_protocol/cryptonote_protocol_handler.inl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler.inl') 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")) -- cgit v1.2.3