screenshot-tool
Manual Reference Pages - SCREENSHOT-TOOL (1)
NAME
screenshot-tool - takes a screenshot.
CONTENTS
Synopsis
Description
Options
Examples
Copyright
SYNOPSIS
screenshot-tool [OPTION]... filename.png
DESCRIPTION
This manual page documents briefly the screenshot-tool command.
screenshot-tool simply saves a screenshot of what's visible on the screen at the time it's run. Optionally the saving can be delayed in case you want to move windows out of the way.
OPTIONS
-h | Displays help. |
-d delay | Waits delay seconds before saving the screenshot. |
-q | Does not display the count-down if delay is used. |
EXAMPLES
Simply take a screenshot after 3 seconds and save it to file.png.
$ screenshot-tool -d 3 file.png
COPYRIGHT
Copyright (C) 2007 Nokia Corporation.
This is free software. You may redistribute copies of it under the terms of the GNU General Public License v2 included with the software. There is NO WARRANTY, to the extent permitted by law.
Improve this page