SHA256
1
0
forked from pool/scrot
scrot/01_manpagefix.patch

14 lines
435 B
Diff
Raw Normal View History

Author: William Vera <billy@billy.com.mx>
Description: Character cleanup for UTF-8 compatibility.
--- a/scrot.1
+++ b/scrot.1
@@ -87,7 +87,7 @@
\\n prints a newline (ignored when used in the filename)
.fi
.SH EXAMPLE
-scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
+scrot '%Y\-%m\-%d_$wx$h.png' \-e 'mv $f ~/shots/'
.br
This would create a file called something like
2000-10-30_2560x1024.png and move it to your shots directory.