diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/invoking.texinfo | 4 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 4 | ||||
-rw-r--r-- | doc/man/scrotty.sv.1 | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index 31e0530..14588a5 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -31,6 +31,10 @@ In addition to these options, a filename pattern, that does not start with a dash, can be added. This filename pattern selects with what filename the image should be saved. +Alternatively, you can pipe stdout to another +program, or file, and the framebuffer will +be sent there. This requires that @option{--exec} +is unused. Both the @option{--exec} and filename pattern parameters can take format specifiers that are diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index 227c98d..3cc50e8 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -4,7 +4,9 @@ scrotty \- Framebuffer screenshot program .SH SYNOPSIS .B scrotty .RI [ OPTION ]...\ [\-\-] -.RI [ FILENAME_PATTERN ] +.RI [ FILENAME_PATTERN +| > +.IR FILE ] .SH DESCRIPTION .B scrotty is a minimalist screenshoter for your framebuffers. diff --git a/doc/man/scrotty.sv.1 b/doc/man/scrotty.sv.1 index e87fe1c..4ae5c71 100644 --- a/doc/man/scrotty.sv.1 +++ b/doc/man/scrotty.sv.1 @@ -5,7 +5,9 @@ scrotty \- Bildrutebuffertskärmsdumpsprogram .SH ÖVERSIKT .B scrotty .RI [ ALTERNATIV ]...\ [\-\-] -.RI [ FILNAMNSMÖNSTER ] +.RI [ FILNAMNSMÖNSTER +| > +.IR FIL ] .SH BESKRIVNING .B scrotty är ett minimalistiskt skärmsdumpsprogram för dina |