diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 22:57:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 22:57:51 +0100 |
commit | 6a4cbfccbd649b6e9dd92be74d106f7a8336a264 (patch) | |
tree | 4f9f38fe21853c92dc3622db5857d6507613cfd6 /doc/man/scrotty.1 | |
parent | mostly splitting the source (diff) | |
download | scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.gz scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.bz2 scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.xz |
soon, convert will not be used
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | doc/man/scrotty.1 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index 430c7e2..aacb092 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -3,9 +3,8 @@ scrotty \- Framebuffer screenshot program .SH SYNOPSIS .B scrotty -.RI [ OPTION ]...\ [ FILENAME_PATTERN ] -[\-\- -.IR CONVERT_OPTION ...] +.RI [ OPTION ]...\ [\-\-] +.RI [ FILENAME_PATTERN ] .SH DESCRIPTION .B scrotty is a minimalist screenshoter for your framebuffers. @@ -18,25 +17,26 @@ is designed after .BR scrot (1), but includes a some improvements. Namely it does not support delaying the screenshot, selecting image quality or creating -thumbnails, but it has support for adding arbitrary arguments -to -.BR convert (1), -which is used to save the image. +thumbnails. Such operations is left to be done by the user +with the option +.B \-\-exec +and a utility such as +.BR convert (1). .SH OPTIONS .TP -.B \-\-help +.B \-h ,\ \-\-help Print usage information. .TP -.B \-\-version +.B \-v ,\ \-\-version Print program name and version. .TP -.B \-\-copyright +.B \-c ,\ \-\-copyright Print copyright information. .TP -.B \-\-raw +.B \-r ,\ \-\-raw Save in PNM rather than in PNG. .TP -.BR \-\-exec \ \fICMD\fP +.BR \-e ,\ \-\-exec \ \fICMD\fP Command to run for each saved image. .SH "SPECIAL STRINGS" Both the @@ -89,8 +89,8 @@ Screenshots are useful if you want to remember something or send an image of how something looks. .SH "SEE ALSO" .BR scrot (1), -.BR convert (1), .BR strftime (3), +.BR convert (1), .BR fbcat (1), .BR setterm (1) .PP |