diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-02 09:22:43 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-02 09:22:43 +0200 |
commit | 1fec38e7369bda53db7e7ed7b757d27165ce1108 (patch) | |
tree | 9a5b7a8382fd0541c8350fb4793a57fbba20e1da /src/cryptonote_core | |
parent | Merge pull request #2831 (diff) | |
parent | Added command descriptions (diff) | |
download | monero-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.cpp | 1 |
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; } |