diff options
author | Andrew Yoder <ayoder770@gmail.com> | 2021-03-21 12:15:46 -0400 |
---|---|---|
committer | Logan Rathbone <poprocks@gmail.com> | 2021-08-16 01:38:20 -0400 |
commit | 6eff92070bc7eaf5c732d371e260b765d7293c6c (patch) | |
tree | 165c46d9d5499bbc45f42d91b2802a7d31278686 | |
parent | Update Occitan translation (diff) | |
download | zenity-6eff92070bc7eaf5c732d371e260b765d7293c6c.tar.gz zenity-6eff92070bc7eaf5c732d371e260b765d7293c6c.tar.bz2 zenity-6eff92070bc7eaf5c732d371e260b765d7293c6c.zip |
Added icon-name property to man page
Signed-off-by: Logan Rathbone <poprocks@gmail.com>
-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 06a1aba6..8b957fa5 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -79,6 +79,9 @@ Set the dialog title .B \-\-window-icon=ICONPATH Set the window icon with the path to an image. Alternatively, one of the four stock icons can be used: 'error', 'info', 'question' or 'warning' .TP +.B \-\-icon-name=ICONNAME +The name of the icon to display on the dialog to override the default stock icons +.TP .B \-\-width=WIDTH Set the dialog width .TP |