aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorrbrunner7 <rbrunner@dreamshare.ch>2020-06-01 10:20:59 +0200
committerrbrunner7 <rbrunner@dreamshare.ch>2020-07-24 07:12:11 +0200
commitfb31167b12caccdac071bdbe5ad58f235cdb82fe (patch)
treef4ccd86e7fe5347ce8e9e21a36bdba2d976d2414 /src/cryptonote_core
parentMerge pull request #6586 (diff)
downloadmonero-fb31167b12caccdac071bdbe5ad58f235cdb82fe.tar.xz
Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp
index 141e54459..58fde7bab 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -1649,9 +1649,8 @@ namespace cryptonote
<< "You can set the level of process detailization through \"set_log <level|categories>\" command," << ENDL
<< "where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)." << 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 \"help_advanced <command>\" to see a command's documentation." << ENDL
+ << "Use the \"help\" command to see the list of available commands." << ENDL
+ << "Use \"help <command>\" to see a command's documentation." << ENDL
<< "**********************************************************************" << ENDL);
m_starter_message_showed = true;
}