This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 1cb6ec7 debian/changelog: add entry for last change. new 9428156 man/man1/pyhoca-cli.1: drop incorrect short option -p as an alias for --pack. Fixes: #1062. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ man/man1/pyhoca-cli.1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 9428156ce19265ad3172fa21cb81a6e075109723 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 7 18:49:11 2016 +0200 man/man1/pyhoca-cli.1: drop incorrect short option -p as an alias for --pack. Fixes: #1062. -p is already used as the short option for --remote-ssh-port. --- debian/changelog | 3 +++ man/man1/pyhoca-cli.1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 66690ae..4469486 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ pyhoca-cli (0.5.0.4-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream version (0.5.0.4): + - man/man1/pyhoca-cli.1: drop incorrect short option -p as an alias for + --pack. Fixes: #1062. -p is already used as the short option for + --remote-ssh-port. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Uploaders: add myself. Also, force a rebuild due to the changed diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index e7fa548..c24b6b7 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -195,7 +195,7 @@ Session type (default: 'application'). Note: there are also some auto-detection feature for the session type built into the code. It might not always happen what you expect from setting this option. .TP -\*(T<\fB\-p, \-\-pack\fR \fI<PACK_METHOD>\fR\*(T> +\*(T<\fB\-\-pack\fR \fI<PACK_METHOD>\fR\*(T> Compression method (see below for possible values). .TP \*(T<\fB\-\-kbd\-layout\fR \fI{us|de|fr|...}\fR\*(T> -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git