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

Fix: improve profile and settings printing and disable it by default.

This commit is contained in:
Filippo Scognamiglio
2014-12-12 21:10:53 +01:00
parent c58f85c6ac
commit 64fb980ae4
2 changed files with 25 additions and 8 deletions

View File

@@ -37,6 +37,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.";
return 0;
}