summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/C/zenity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index 3d7bc75..3aae3ca 100644
--- a/help/C/zenity.xml
+++ b/help/C/zenity.xml
@@ -809,7 +809,7 @@
case $? in
0)
- zenity --text-info --title=$FILE --editable 2>/tmp/tmp.txt
+ zenity --text-info --title=$FILE --filename=$FILE --editable 2>/tmp/tmp.txt
1)
echo "No file selected.";;