diff options
| author | Cifrado <hello@cifrado.me> | 2017-11-22 13:53:18 +0100 |
|---|---|---|
| committer | Cifrado <hello@cifrado.me> | 2017-11-26 10:37:37 +0100 |
| commit | 287dde63d8f67c56b08c67b7a93ef7e58a157be1 (patch) | |
| tree | fe3a994bad13aa18590bbe15a5ffa72a417efe9f /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 8a8c918dc3b286452a303286791faa6391e9c4bd (diff) | |
| download | monzero-core-287dde63d8f67c56b08c67b7a93ef7e58a157be1.tar.gz monzero-core-287dde63d8f67c56b08c67b7a93ef7e58a157be1.tar.xz monzero-core-287dde63d8f67c56b08c67b7a93ef7e58a157be1.zip | |
Added command descriptions
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; } |
