diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-03 21:52:16 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-03 21:52:16 +0000 |
commit | 626d95b752159fdcec1e7c08271f3eaca1113ab7 (patch) | |
tree | 2c1773cc1c39c4ea5abad8316bacccbd9c06097e /data/zenity.1 | |
parent | 6a498549f73c9b3e241f5c16169601e2cabd9dcf (diff) | |
download | zenity-626d95b752159fdcec1e7c08271f3eaca1113ab7.tar.gz |
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/zenity.1')
-rw-r--r-- | data/zenity.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/zenity.1 b/data/zenity.1 index e6b3637..b61a8c9 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 |