The branch, master has been updated via 61081484edc970a30a3101813b45cfa71365ab05 (commit) from de2cd9ede46b1e74f92d2907729a6fc9cc62a77e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 61081484edc970a30a3101813b45cfa71365ab05 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 4 11:15:12 2013 +0100 x2gobroker-testauth: typo fixes ----------------------------------------------------------------------- Summary of changes: bin/x2gobroker-testauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth index 2c3893a..5b2f27e 100755 --- a/bin/x2gobroker-testauth +++ b/bin/x2gobroker-testauth @@ -49,7 +49,7 @@ if __name__ == "__main__": auth_options = [ {'args':['-u','--username', '--user'], 'default': None, 'metavar': 'USERNAME', 'help': 'Test authentication for the account with this username', }, - {'args':['-p', '--password'], 'default': None, 'metavar': 'PASSWORD', 'help': 'Test authentication using this password (not recommend!!! please prefer using the provided password prompt instead)', }, + {'args':['-p', '--password'], 'default': None, 'metavar': 'PASSWORD', 'help': 'Test authentication using this password (Not recommended!!! Please prefer using the provided password prompt instead)', }, ] misc_options = [ {'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), }, hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).