This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 3ccb18eda1d0ef037f2ee4e61daa3db32d0615b8 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Dec 10 17:55:13 2020 +0100 x2goserver/bin/x2goupdateoptionsstring: an equal sign or space character is mandatory after the -m or --mode switch. --- debian/changelog | 2 ++ x2goserver/bin/x2goupdateoptionsstring | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a2fe85e3..007631dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -370,6 +370,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium how to check for full key-value pair combinations. - x2goserver/bin/x2goupdateoptionsstring: document the new base64 pseudo-mode. + - x2goserver/bin/x2goupdateoptionsstring: an equal sign or space character + is mandatory after the -m or --mode switch. * 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 2572600f..48c9d17f 100755 --- a/x2goserver/bin/x2goupdateoptionsstring +++ b/x2goserver/bin/x2goupdateoptionsstring @@ -841,9 +841,9 @@ x2goupdateoptionsstring - X2Go Agent Options String Manipulator and Extractor =item B<x2goupdateoptionsstring> B<--man> -=item B<x2goupdateoptionsstring> [<B<--mode>|B<-m>>[B<=>| ]B<t>[B<ransform>]|B<-t>] [B<--compact>|B<-c>] [B<--base64>|B<-b>] [B<--debug>|B<-d>] [B<-->] I<options_string> [B<+>]|B<->I<key>[B<=>I<value>] ... +=item B<x2goupdateoptionsstring> [<B<--mode>|B<-m>><B<=>| >B<t>[B<ransform>]|B<-t>] [B<--compact>|B<-c>] [B<--base64>|B<-b>] [B<--debug>|B<-d>] [B<-->] I<options_string> [B<+>]|B<->I<key>[B<=>I<value>] ... -=item B<x2goupdateoptionsstring> <B<--mode>|B<-m>>[B<=>| ]B<e>[B<xtract>]|B<-e> [B<--base64>|B<-b>] [B<--debug>|B<-d>] [B<-->] I<options_string> I<key>[B<=>I<value>] ... +=item B<x2goupdateoptionsstring> <B<--mode>|B<-m>><B<=>| >B<e>[B<xtract>]|B<-e> [B<--base64>|B<-b>] [B<--debug>|B<-d>] [B<-->] I<options_string> I<key>[B<=>I<value>] ... =back @@ -910,7 +910,7 @@ C<stdout>. =item Extract Extraction mode must be explicitly requested using the B<-e> or -<B<--mode>|B<-m>>[B<=>| ]B<e>[B<xtract>] flags. +<B<--mode>|B<-m>><B<=>| >B<e>[B<xtract>] flags. Call this program with optional flags, the options string as the first parameter and key-value pairs to be extracted as additional parameters. @@ -961,7 +961,7 @@ Shorthand for B<--mode=transform>. Shorthand for B<--mode=extract>. -=item <B<--mode>|B<-m>>[B<=>| ]I<mode string> +=item <B<--mode>|B<-m>><B<=>| >I<mode string> Selects a specific program mode. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git