This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 5734a0d5e290264b6f61872446b73bd3a909722a Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 23 23:37:09 2015 +0200 help.cpp: typo fix for --git-info. --- debian/changelog | 1 + src/help.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b9d4d5..7bb0bce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -302,6 +302,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low - helpdialog.cpp: try harder to set a monospaced font. - helpdialog.cpp: lower font size to have more space for text. - ui/helpdialog.ui: almost double the window size. + - help.cpp: typo fix for --git-info. [ Fernando Pedemonte ] * New upstream release (4.0.4.0): diff --git a/src/help.cpp b/src/help.cpp index 718f18b..bd0a4a0 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -103,7 +103,7 @@ help::params_t help::build_params () { } if (QFile::exists (":/txt/git-info")) { - ADD_OPT ("--git-info", "Shows git information as used at compile this. [Deprecated: please use --version.]"); + ADD_OPT ("--git-info", "Shows git information as used at compile time. [Deprecated: please use --version.]"); } ADD_OPT ("--help-pack", "Shows available pack methods."); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git