diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:44:03 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:44:03 -0700 |
| commit | c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5 (patch) | |
| tree | b2317e82ad6ddc071b70f4509e695546e74f4269 /src/cryptonote_protocol/cryptonote_protocol_handler.inl | |
| parent | a08df6eb1beaf442ef6d9b27c1f47497b74d3471 (diff) | |
| parent | fb31167b12caccdac071bdbe5ad58f235cdb82fe (diff) | |
| download | monzero-core-c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5.tar.gz monzero-core-c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5.tar.xz monzero-core-c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5.zip | |
Merge pull request #6614
fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7)
Diffstat (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler.inl')
| -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 d67e0e45b..af7f1b89d 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -2347,8 +2347,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")) |
