This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit d31a2354598f9452c110200f3c1e6b77169520b2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 19 13:36:53 2014 +0100 improve help strings (x2gobroker-testagent) --- sbin/x2gobroker-testagent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent index f73bb0b..d744a1a 100755 --- a/sbin/x2gobroker-testagent +++ b/sbin/x2gobroker-testagent @@ -60,8 +60,8 @@ if __name__ == "__main__": ] supplementary_options = [ {'args':['-A', '--add-to-known-hosts'], 'default': False, 'action': 'store_true', 'help': 'For SSH connections to a remote broker agent: permanently add the remote system\'s host key to the list of known hosts', }, - {'args':['--session-id'], 'default': None, 'help': 'when testing the \'suspendsession\' or the \'terminatesession\' task, you have to additionally give a session ID to test the tasks on', }, - {'args':['--pubkey'], 'default': None, 'help': 'use this public key when testing the \'addauthkey\' and the \'delauthkey\' task', }, + {'args':['--session-id'], 'default': None, 'help': 'when testing the \'suspendsession\' or the \'terminatesession\' task, you have to additionally give a session ID to test those tasks on', }, + {'args':['--pubkey'], 'default': None, 'metavar': 'PUBKEY_AS_STRING', 'help': 'use this public key when testing the \'addauthkey\' and the \'delauthkey\' tasks', }, ] 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), }, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git