[X2Go-Commits] [x2goclient] 01/04: help.cpp: actually output the help message.

git-admin at x2go.org git-admin at x2go.org
Wed Apr 22 10:44:02 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/help-cmd
in repository x2goclient.

commit 61889c75903709b98d1462783c59b590b5836b80
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Apr 22 10:29:31 2015 +0200

    help.cpp: actually output the help message.
---
 debian/changelog |    1 +
 src/help.cpp     |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f826ae..7e79542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -266,6 +266,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
     - help.cpp: complete pretty printer function.
     - help.cpp: "copy" old command line parameters.
     - help.cpp: document broker options. Fixes: #851.
+    - help.cpp: actually output the help message.
 
   [ Fernando Pedemonte ]
   * New upstream release (4.0.4.0):
diff --git a/src/help.cpp b/src/help.cpp
index 3930560..1d5a70f 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -236,4 +236,6 @@ void help::pretty_print (help::data_t data) {
 
     out << "\n";
   }
+
+  qCritical << out;
 }

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list