zenity: update page (#20772)

This commit is contained in:
Meinard Francisco
2026-01-18 08:19:13 +08:00
committed by GitHub
parent 7770836a7a
commit 4aaf266881
+4 -4
View File
@@ -8,13 +8,13 @@
`zenity --question`
- Display an info dialog displaying the text "Hello!":
- Display an info dialog displaying a message:
`zenity --info --text="{{Hello!}}"`
`zenity --info --text "{{message}}"`
- Display a name/password form and output the data separated by ";":
- Display a name/password form and output the data separated by ";" ("|" by default):
`zenity --forms --add-entry="{{Name}}" --add-password="{{Password}}" --separator="{{;}}"`
`zenity --forms --add-entry "{{name_label}}" --add-password "{{password_label}}" --separator ";"`
- Display a file selection form in which the user can only select directories: