From b1456b4fda70cd4c474130df767ca73711772de3 Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Fri, 18 Dec 2015 16:09:54 +0000 Subject: [PATCH] =?UTF-8?q?typo:=20informations=20=E2=86=9D=20information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index fd21ac6..b06c43b 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) qDebug() << " --fullscreen Run cool-retro-term in fullscreen."; qDebug() << " -p|--profile 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; }