This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 170800fd2a2075f4d1ae1d1e8e1704d8096c11fe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 31 22:41:07 2014 +0200 bin/x2gobroker: typo fix --- bin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/x2gobroker b/bin/x2gobroker index b1f8258..4fc4f2c 100755 --- a/bin/x2gobroker +++ b/bin/x2gobroker @@ -106,7 +106,7 @@ if __name__ == "__main__": setproctitle.setproctitle(os.path.basename(sys.argv[0])) general_options = [ - {'args':['-M','--mode'], 'default': 'SSH', 'metavar': 'BROKER_MODE', 'help': 'Mode of the X2Go Session Broker to run ins (available: SSH, HTTP)', }, + {'args':['-M','--mode'], 'default': 'SSH', 'metavar': 'BROKER_MODE', 'help': 'Mode of the X2Go Session Broker to run in (available: SSH, HTTP)', }, {'args':['-C','--config-file'], 'default': None, 'metavar': 'CONFIG_FILE', 'help': 'Specify a special configuration file name, default is: {default}'.format(default=x2gobroker.defaults.X2GOBROKER_CONFIG), }, {'args':['-d','--debug'], 'default': False, 'action': 'store_true', 'help': 'enable debugging code; also: allow testing in web browser (make http\'s POST method available as GET method, as well)', }, {'args':['-i','--debug-interactively'], 'default': False, 'action': 'store_true', 'help': 'force output of log message to the stderr (rather than to the log files)', }, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git