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 | Merge pull request #6603 (diff) | |
parent | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (diff) | |
download | monero-c6c4ead44ee7ecd1959a940564c3fd5c96cf1ba5.tar.xz |
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")) |