1 Description: Character cleanup for UTF-8 compatibility.
2 Author: William Vera <billy@billy.com.mx>
3 Last-Update: 2008-08-15
4 Index: scrot-0.8/scrot.1
5 ===================================================================
6 --- scrot-0.8.orig/scrot.1
8 @@ -87,7 +87,7 @@ prints a literal '$'
9 \\n prints a newline (ignored when used in the filename)
12 -scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
13 +scrot '%Y\-%m\-%d_$wx$h.png' \-e 'mv $f ~/shots/'
15 This would create a file called something like
16 2000-10-30_2560x1024.png and move it to your shots directory.