1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 12:15:27 +00:00

typo: informations ↝ information

This commit is contained in:
Barak A. Pearlmutter 2015-12-18 16:09:54 +00:00
parent 923cf9b2bb
commit b1456b4fda

View File

@ -55,7 +55,7 @@ int main(int argc, char *argv[])
qDebug() << " --fullscreen Run cool-retro-term in fullscreen.";
qDebug() << " -p|--profile <prof> Run cool-retro-term with the given profile.";
qDebug() << " -h|--help Print this help.";
qDebug() << " --verbose Print additional informations such as profiles and settings.";
qDebug() << " --verbose Print additional information such as profiles and settings.";
return 0;
}