1
0
Fork 0

adjust startup message

This commit is contained in:
jsteemann 2019-04-30 12:35:06 +02:00
parent fd08b1dee2
commit 9ec8570b6f
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ void ConsoleFeature::printWelcomeInfo() {
}
if (_useHistory) {
s << "Command-line history will be persisted when the shell is exited.";
s << "Command-line history will be persisted when the shell is exited. You can use `--console.history false` to turn this off";
} else {
s << "Command-line history is enabled for this session only and will *not* be persisted.";
}