diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 08:35:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 08:35:06 +0100 |
commit | e6761e55e59af979d0f35f23b0d7bcd5cf7800dd (patch) | |
tree | e7ca5ed2c38bb4540fb60715583b9ed6c8c5e6aa /doc | |
parent | remove pnm support (diff) | |
download | scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.gz scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.bz2 scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.xz |
you can now select framebuffer
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/invoking.texinfo | 7 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 11 | ||||
-rw-r--r-- | doc/man/scrotty.sv.1 | 11 |
3 files changed, 23 insertions, 6 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index 46d6e58..31e0530 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -13,6 +13,11 @@ Print program name and version and exit. @item -c @itemx --copyright Print copyright information and exit. +@item -d +@itemx --device NO +Select a framebuffer device, by index, to +screenshot. All framebuffers are screenshoot +if this option is omitted. @item -e @itemx --exec CMD Run a command for each saved image. @@ -20,6 +25,8 @@ Run a command for each saved image. Can only be specified once. @end table +Each option can only ube used once. + In addition to these options, a filename pattern, that does not start with a dash, can be added. This filename pattern selects diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index 5cce851..227c98d 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -24,17 +24,22 @@ and a utility such as .BR convert (1). .SH OPTIONS .TP -.B \-h ,\ \-\-help +.BR \-h ,\ \-\-help Print usage information. .TP -.B \-v ,\ \-\-version +.BR \-v ,\ \-\-version Print program name and version. .TP -.B \-c ,\ \-\-copyright +.BR \-c ,\ \-\-copyright Print copyright information. .TP +.BR \-d ,\ \-\-device \ \fINO\fP +Select framebuffer device. +.TP .BR \-e ,\ \-\-exec \ \fICMD\fP Command to run for each saved image. +.PP +Each option can only be used once. .SH "SPECIAL STRINGS" Both the .B \-\-exec diff --git a/doc/man/scrotty.sv.1 b/doc/man/scrotty.sv.1 index b60ce87..e87fe1c 100644 --- a/doc/man/scrotty.sv.1 +++ b/doc/man/scrotty.sv.1 @@ -25,17 +25,22 @@ och verktyg såsom .BR convert (1). .SH ALTERNATIV .TP -.B \-h ,\ \-\-help +.BR \-h ,\ \-\-help Skriv ut burksanvisningar. .TP -.B \-v ,\ \-\-version +.BR \-v ,\ \-\-version Skriv ut programmets namn och version. .TP -.B \-c ,\ \-\-copyright +.BR \-c ,\ \-\-copyright Skriv ut upphovsrättsinformation. .TP +.BR \-d ,\ \-\-device \ \fINO\fP +Välj bildrutebuffertenhet. +.TP .BR \-e ,\ \-\-exec \ \fIKMD\fP Kommando att köra för varje sparad bild. +.PP +oVarje alternative kan endast användst en gång. .SH "SÄRSKILDA STRÄNGAR" Både .B \-\-exec |