[X2Go-Commits] [x2goserver] 99/99: x2goserver/bin/x2gooptionsstring: rename x2goupdateoptionsstring to x2gooptionsstring.

git-admin at x2go.org git-admin at x2go.org
Mon Dec 28 06:10:56 CET 2020


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 08aa5e67a3809c424866cb0fdb5949a61f22a86e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Dec 27 18:12:35 2020 +0100

    x2goserver/bin/x2gooptionsstring: rename x2goupdateoptionsstring to x2gooptionsstring.
---
 debian/changelog                 |  2 ++
 x2goserver/bin/x2gooptionsstring | 28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de7b61db..16966f97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -380,6 +380,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
       It's not just modifying it any longer.
     - x2goserver/Makefile: rename x2goupdateoptionsstring to
       x2gooptionsstring.
+    - x2goserver/bin/x2gooptionsstring: rename x2goupdateoptionsstring to
+      x2gooptionsstring.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:
diff --git a/x2goserver/bin/x2gooptionsstring b/x2goserver/bin/x2gooptionsstring
index 75c9ccca..303af2da 100755
--- a/x2goserver/bin/x2gooptionsstring
+++ b/x2goserver/bin/x2gooptionsstring
@@ -843,19 +843,19 @@ __END__
 
 =head1 NAME
 
-x2goupdateoptionsstring - X2Go Agent Options String Manipulator and Extractor
+x2gooptionsstring - X2Go Agent Options String Manipulator and Extractor
 
 =head1 SYNOPSIS
 
 =over
 
-=item B<x2goupdateoptionsstring> B<--help>|B<-h>|B<-?>
+=item B<x2gooptionsstring> B<--help>|B<-h>|B<-?>
 
-=item B<x2goupdateoptionsstring> B<--man>
+=item B<x2gooptionsstring> 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<x2gooptionsstring> [<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<x2gooptionsstring> <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
 
@@ -869,8 +869,8 @@ characters.
 A workaround for this has been proposed in
 https://github.com/Perl/perl5/issues/18305 .
 
-B<x2goupdateoptionsstring> is a utility for manipulating and extracting data
-from options strings as passed to B<X2Go/NX Agent>.
+B<x2gooptionsstring> is a utility for manipulating and extracting data from
+options strings as passed to B<X2Go/NX Agent>.
 For more information about supported options strings, refer to the L<OPTIONS
 STRINGS section in the X2Go::Server::Agent::NX::Options
 documentation|X2Go::Server::Agent::NX::Options/OPTIONS STRINGS>.
@@ -1052,22 +1052,22 @@ For an options string such as
 
 =over 2
 
-calling C<x2goupdateoptionsstring '--' 'nx/nx,clipboard=both,foo:50'
+calling C<x2gooptionsstring '--' 'nx/nx,clipboard=both,foo:50'
 '-clipboard'> shall return
 
  nx/nx,foo:50
 
-while calling C<x2goupdateoptionsstring '--' 'nx/nx,clipboard=both,foo:50'
+while calling C<x2gooptionsstring '--' 'nx/nx,clipboard=both,foo:50'
 '-clipboard=server'> shall return
 
  nx/nx,clipboard=both,foo:50
 
-Calling C<x2goupdateoptionsstring '--' 'nx/nx,clipboard=both,foo:50' 'bar'>
+Calling C<x2gooptionsstring '--' 'nx/nx,clipboard=both,foo:50' 'bar'>
 shall return
 
  nx/nx,clipboard=both,foo,bar:50
 
-and calling C<x2goupdateoptionsstring '--' 'nx/nx,clipboard=both,foo:50'
+and calling C<x2gooptionsstring '--' 'nx/nx,clipboard=both,foo:50'
 '+-bar' 'foo=gulp' '-clipboard=client'> shall return
 
  nx/nx,clipboard=both,foo=gulp,-bar:50
@@ -1082,7 +1082,7 @@ For an options string such as
 
 you can get a compacted version by cheating a bit and providing a
 transformation which will certainly be a no-operation using
-C<x2goupdateoptionsstring '-c' '--'
+C<x2gooptionsstring '-c' '--'
 'nx/nx,clipboard=both,foo=bar,bar=baz,,foo=oof,:50' '-'>, which shall return
 
  nx/nx,clipboard=both,foo=oof,bar=baz:50
@@ -1097,12 +1097,12 @@ For an options string such as
 
 =over 2
 
-Calling C<x2goupdateoptionsstring '-e' '--'
+Calling C<x2gooptionsstring '-e' '--'
 'nx/nx,clipboard=both,foo=bar,-=-,bar=baz,foo=oof,:50' 'foo'> shall return
 
  Zm9vPW9vZg==
 
-while calling C<x2goupdateoptionsstring '-e' '--'
+while calling C<x2gooptionsstring '-e' '--'
 'nx/nx,clipboard=both,foo=bar,-=-,bar=baz,foo=oof,:50' 'bar' ''
 'clipboard=none' '-'> shall return
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list