diff options
Diffstat (limited to 'doc/info/chap/invoking.texinfo')
-rw-r--r-- | doc/info/chap/invoking.texinfo | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index 25c0b25..d418fc2 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -4,26 +4,30 @@ @command{scrotty} recognises four options: @table @option -@item --help +@item -h +@itemx --help Print usage information and exit. -@item --version +@item -v +@itemx --version Print program name and version and exit. -@item --copyright +@item -c +@itemx --copyright Print copyright information and exit. -@item --raw +@item -r +@itemx --raw Save the images in portable anymap format -(PNM), rather than in Portable Network -Graphics (PNG). If this option is used, -and no arguments for @command{convert} -is specified, @command{convert} will not -be used, and there will be not requirement -to have ImageMagick installed. +(@sc{PNM}), rather than in Portable Network +Graphics (@sc{PNG}). -PNM images are highly compressable with +@sc{PNM} images are highly compressable with @command{bzip2}. Compressed images are comparable in size with @sc{PNG},@footnote{Usually a few bytes in difference.} and can in fact be smaller. -@item --exec CMD + +@sc{PNM} is a good alternative for anything +but storage. (Unless you compress them.) +@item -e +@itemx --exec CMD Run a command for each saved image. @end table |