aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-02 09:22:43 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-02 09:22:43 +0200
commit1fec38e7369bda53db7e7ed7b757d27165ce1108 (patch)
tree9a5b7a8382fd0541c8350fb4793a57fbba20e1da /src/cryptonote_core
parentMerge pull request #2831 (diff)
parentAdded command descriptions (diff)
downloadmonero-1fec38e7369bda53db7e7ed7b757d27165ce1108.tar.xz
Merge pull request #2832
287dde63 Added command descriptions (Cifrado)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp
index 5c181208f..edc2dfdaa 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -1329,6 +1329,7 @@ namespace cryptonote
<< "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 the list of available commands." << ENDL
+ << "Use \"help <command>\" to see a command's documentation." << ENDL
<< "**********************************************************************" << ENDL);
m_starter_message_showed = true;
}