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/cryptonote_core.cpp | |
| parent | 7227cde3dc28b48f0c9fc2014202e3c6e8ab7b29 (diff) | |
| parent | 287dde63d8f67c56b08c67b7a93ef7e58a157be1 (diff) | |
| download | monzero-core-1fec38e7369bda53db7e7ed7b757d27165ce1108.tar.gz monzero-core-1fec38e7369bda53db7e7ed7b757d27165ce1108.tar.xz monzero-core-1fec38e7369bda53db7e7ed7b757d27165ce1108.zip | |
Merge pull request #2832
287dde63 Added command descriptions (Cifrado)
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -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; } |
