diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-05 18:32:16 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-05 18:32:17 +0200 |
commit | 360cb5dd9c307be05dfeee93b5303e257b389f1c (patch) | |
tree | 75fccaafbb543273a56c22790f4421f58d956ff7 /nxdialog/bin | |
parent | c2ca013fbc3d8ea032e90a52cd83b3b092c7fa81 (diff) | |
download | nx-libs-360cb5dd9c307be05dfeee93b5303e257b389f1c.tar.gz nx-libs-360cb5dd9c307be05dfeee93b5303e257b389f1c.tar.bz2 nx-libs-360cb5dd9c307be05dfeee93b5303e257b389f1c.zip |
release 3.5.99.213.5.99.21
Diffstat (limited to 'nxdialog/bin')
-rwxr-xr-x | nxdialog/bin/nxdialog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index f735dc45f..f39f0a55a 100755 --- a/nxdialog/bin/nxdialog +++ b/nxdialog/bin/nxdialog @@ -298,7 +298,7 @@ class NxDialogProgram(object): parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs") - # nxagent 3.5.99.20 only uses yesno, ok, pulldown and yesnosuspend + # nxagent 3.5.99.21 only uses yesno, ok, pulldown and yesnosuspend # yesno dialogs will always kill the session if "yes" is selected parser.add_argument("--dialog", dest="dialog_type", help='type of dialog to show, one of "yesno", \ @@ -316,7 +316,7 @@ class NxDialogProgram(object): parser.add_argument("--window", dest="window", help="id of window where to embed the \ pulldown dialog type") - # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.20 + # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.21 parser.add_argument("--class", dest="dlgclass", default="info", help="class of the message (info, warning, error) \ default: info) [currently unimplemented]") |