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 | |
| parent | 5d850dde99ca282d2c6f9a1b1eb00a3812cb15be (diff) | |
| download | monzero-core-fb31167b12caccdac071bdbe5ad58f235cdb82fe.tar.gz monzero-core-fb31167b12caccdac071bdbe5ad58f235cdb82fe.tar.xz monzero-core-fb31167b12caccdac071bdbe5ad58f235cdb82fe.zip | |
Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
Diffstat (limited to 'src/cryptonote_protocol')
| -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")) |
