SHA256
1
0
forked from pool/scrot
scrot/01_manpagefix.patch
Ondřej Súkup 918fce114f - rewrite spec file
- add debian patchset 13
    003_descmanpage.patch
    01_manpagefix.patch
    02_options.c.patch
    04-focused.patch
    05-addfocusedmanpage.patch
    06_manpagespace.patch
    07_fix-formatstring.patch
    08_fix-beeping.patch

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/scrot?expand=0&rev=4
2014-10-24 14:39:04 +00:00

14 lines
435 B
Diff

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.