summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-03 21:52:16 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-03 21:52:16 +0000
commit626d95b752159fdcec1e7c08271f3eaca1113ab7 (patch)
tree2c1773cc1c39c4ea5abad8316bacccbd9c06097e /data
parentadd a --help option, pointing to zenity docs. Fixes #114338 (diff)
downloadzenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.tar.gz
zenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.tar.bz2
zenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.zip
Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125.
Diffstat (limited to 'data')
-rw-r--r--data/zenity.13
1 files changed, 3 insertions, 0 deletions
diff --git a/data/zenity.1 b/data/zenity.1
index e6b36374..b61a8c99 100644
--- a/data/zenity.1
+++ b/data/zenity.1
@@ -149,6 +149,9 @@ Set the dialog text
.B \-\-percentage=INT
Set initial percentage
.TP
+.B \-\-auto\-close
+Close dialog when 100% has been reached
+.TP
.B \-\-pulsate
Pulsate progress bar
bgstack15