diff options
author | Ulrich Sibiller <ulrich.sibiller@atos.net> | 2019-03-01 10:52:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 12:48:32 +0100 |
commit | d0e40f8b2aea32643708892a26a72349ecc82299 (patch) | |
tree | 6f9c65bf4304944164f3fbd8c7bb6e6f6db9b43f | |
parent | 07052a25c0295806b50cf52191f98986b40e8b38 (diff) | |
download | nx-libs-d0e40f8b2aea32643708892a26a72349ecc82299.tar.gz nx-libs-d0e40f8b2aea32643708892a26a72349ecc82299.tar.bz2 nx-libs-d0e40f8b2aea32643708892a26a72349ecc82299.zip |
nxdialog: add example call
-rwxr-xr-x | nxdialog/nxdialog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nxdialog/nxdialog b/nxdialog/nxdialog index d3a7c0bb0..e7ca10aad 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 |