This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.1.4.0 in repository x2goclient. commit 16f5dc662ca4cc6cd45ef535e40fb1d67bc9cd3d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 17 10:10:42 2011 +0200 exchange -r option by -p --- man/pyhoca-cli.1 | 2 +- pyhoca-cli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1 index 08c646f2..43e1e82b 100644 --- a/man/pyhoca-cli.1 +++ b/man/pyhoca-cli.1 @@ -86,7 +86,7 @@ Command to run with \fB\-\-new\fR mode on server (default: xterm). \*(T<\fB\-u, \-\-username\fR \fI<USERNAME>\fR\*(T> Username for the session (default: currently logged in user). .TP -\*(T<\fB\-r, \-\-remote-ssh-port\fR \fI<R_PORT>\fR\*(T> +\*(T<\fB\-p, \-\-remote-ssh-port\fR \fI<R_PORT>\fR\*(T> Remote X2go server's SSH port (default: 22). .TP \*(T<\fB\-k, \-\-ssh-privkey\fR \fI<SSH_PRIVKEY>\fR\*(T> diff --git a/pyhoca-cli b/pyhoca-cli index c26198de..8db75c33 100755 --- a/pyhoca-cli +++ b/pyhoca-cli @@ -97,7 +97,7 @@ x2go_options = [ # NOT IMPLEMENTED {'args':['--config'], 'default': '~/.x2goclient/sessions', 'help': 'x2goclient config file containing x2go session settings (default: ~/.x2goclient/sessions)', }, {'args':['-c','--command'], 'default': 'TERMINAL', 'help': 'command to run with -R mode on server (default: xterm)', }, {'args':['-u','--username'], 'default': None, 'help': 'username for the session (default: current user)', }, - {'args':['-r','--remote-ssh-port'], 'default': '22', 'help': 'remote SSH port (default: 22)', }, + {'args':['-p','--remote-ssh-port'], 'default': '22', 'help': 'remote SSH port (default: 22)', }, {'args':['-k','--ssh-privkey'], 'default': None, 'help': 'use file \'SSH_PRIVKEY\' as private key for the SSH connection (e.g. ~/.ssh/id_rsa)', }, {'args':['--add-to-known-hosts'], 'default': False, 'action': 'store_true', 'help': 'add RSA host key fingerprint to ~/.ssh/known_hosts if authenticity of server can\'t be established (default: not set)', }, {'args':['--sound'], 'default': 'pulse', 'choices': ('pulse', 'esd', 'none'), 'help': 'X2go server sound system (default: \'pulse\')', }, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git