diff options
Diffstat (limited to 'data/zenity.1')
-rw-r--r-- | data/zenity.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/zenity.1 b/data/zenity.1 index 4966804e..83931dd9 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 <glynn.foster@sun.com>. .P |