blob: f20b9a589567ea55c17d8fb4de3431b7b3c55d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nur zenity-2.14.0/data/zenity.1 zenity-2.14.0.new/data/zenity.1
--- zenity-2.14.0/data/zenity.1 2005-09-24 17:15:04.000000000 +0200
+++ zenity-2.14.0.new/data/zenity.1 2006-03-31 19:17:01.000000000 +0200
@@ -250,7 +250,7 @@
.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
|