This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 7219322e9d7ba220615cff36d70316f2ae0f5d14 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 9 01:37:54 2020 +0100 x2goserver/bin/x2goupdateoptionsstring: fix typos in documentation and reword misinterpreted-as-options section. --- debian/changelog | 2 ++ x2goserver/bin/x2goupdateoptionsstring | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 291630de..63931311 100644 --- a/debian/changelog +++ b/debian/changelog @@ -356,6 +356,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium - {X2Go/Server/Agent/NX/Options.pm, x2goserver/bin/x2goupdateoptionsstring}: explicitly use package foreign package names all across the code for consistency. + - x2goserver/bin/x2goupdateoptionsstring: fix typos in documentation and + reword misinterpreted-as-options section. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: diff --git a/x2goserver/bin/x2goupdateoptionsstring b/x2goserver/bin/x2goupdateoptionsstring index 9e74479e..68ad7a24 100755 --- a/x2goserver/bin/x2goupdateoptionsstring +++ b/x2goserver/bin/x2goupdateoptionsstring @@ -736,7 +736,7 @@ Due to parser oddities, breaking a line during an L<dummy|text> formatter code right after the separating pipe character will generate broken links. Make sure to only break it during the description or, generally, on space characters. -A workaround for this as been proposed in +A workaround for this has been proposed in https://github.com/Perl/perl5/issues/18305 . B<x2goupdateoptionsstring> is a utility for manipulating options strings as @@ -812,8 +812,9 @@ previous options terminator will be interpreted as the option C<-c>, with the rest of the string modified into C<-lipboard>. Since this program does not accept an option called C<-l>, it will terminate with an error. -Even then, this is certainly not what the original transformation operation -was supposed to represent. +Even if the program does not terminate with an error due to an unknown option +being supplied, a degradation into options is certainly not what the original +transformation operation was supposed to represent. =head1 EXAMPLES -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git