From a88ade52a01ae65ee3d336339ac20fe07bedd1cd Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 31 Mar 2006 22:49:57 +0000 Subject: fix example on progress dialog (Fixed bug #336751). 2006-03-31 Lucas Rocha * data/zenity.1: fix example on progress dialog (Fixed bug #336751). --- data/zenity.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/zenity.1 b/data/zenity.1 index 4966804..83931dd 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -250,7 +250,7 @@ zenity \-\-list \-\-checklist \-\-column "Buy" \-\-column "Item" TRUE Apples TRU .PP Display a progress dialog while searching for all the postscript files in your home directory .P -find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate +find $HOME \-name '*.ps' | zenity \-\-progress \-\-pulsate .SH AUTHOR \fBZenity\fP was written by Glynn Foster . .P -- cgit v1.2.1