This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit d0e40f8b2aea32643708892a26a72349ecc82299 Author: Ulrich Sibiller <ulrich.sibiller@atos.net> Date: Fri Mar 1 10:52:39 2019 +0100 nxdialog: add example call --- nxdialog/nxdialog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nxdialog/nxdialog b/nxdialog/nxdialog index d3a7c0b..e7ca10a 100755 --- a/nxdialog/nxdialog +++ b/nxdialog/nxdialog @@ -44,6 +44,9 @@ # If an "NX_CLIENT" environment variable is not provided to nxagent # nxcomp library assumes this script is located in /usr/NX/bin/nxclient +# +# Example: +# nxdialog --dialog yesno --message "message text" --caption "message title" --parent 0 from __future__ import print_function -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git