Skip to content
Snippets Groups Projects
Commit feb81d8b authored by Jerome Guelfucci's avatar Jerome Guelfucci
Browse files

* xfce4-screenshooter.1: update the manpage.

  * doc/C/xfce4-screenshooter.html: add the new CLI options to the
    documentation.



(Old svn revision: 6339)
parent f5af5147
No related branches found
No related tags found
No related merge requests found
2008-12-20 jeromeg
* xfce4-screenshooter.1: update the manpage.
* doc/C/xfce4-screenshooter.html: add the new CLI options to the
documentation.
2008-12-20 jeromeg
* src/main.c:
......
......@@ -102,25 +102,41 @@ several of the following options when the Prt Scrn key is pressed.</p>
<p>The <b>-f</b> option allows you to take a screenshot of the entire screen.</p>
<h5>The -r option</h5>
<p>The <b>-r</b> option allows you to select a region to be captured
by clicking a point of the screen without releasing the mouse button,
dragging your mouse to the other corner of the region, and releasing
the mouse button.</p>
<h5>The -d option</h5>
<p>The <b>-d</b> option followed by a positive integer allows you to set
the delay before taking the screenshot when the <b>-f</b> or <b>-w</b> option
is given.</p>
the delay before taking the screenshot when the <b>-f</b>, the <b>-w</b>
or the <b>-r</b> option is given.</p>
<h5>The -s option</h5>
<p>The <b>-s</b> option followed by the path to an existing folder allows you
to set where the screenshots are saved. It only has an effect if the
<b>-f</b> or the <b>-w</b> option is given. Combined with the
<b>-f</b>, the <b>-w</b> or the <b>-r</b> option is given. Combined with the
<b>-h option</b> (see below), it can be used to save a file to a given
path, without showing any save dialog.</p>
<h5>The -h option</h5>
<p>If you give the <b>-h</b> option, the screenshot will be saved without
showing any save dialog. The <b>-s</b> option allows you to set the save
location if needed.</p>
showing any save dialog. It only has an effect if the
<b>-f</b>,the <b>-w</b> or the <b>-r</b> option is given. The <b>-s</b>
option allows you to set the save location if needed.</p>
<h5>The -o option</h5>
<p>If the <b>-o</b> option is given, the screenshot will be saved to the
system's temporary directory and opened with the application whose
name is to be given after -o.</p>
<p></p>
<h2>Using the plugin for the Xfce panel</h2>
......
......@@ -27,6 +27,11 @@ Take a screenshot of the active window
\fB\-f\fR, \fB\-\-fullscreen\fR
Take a screenshot of the entire screen
.TP
\fB\-r\fR, \fB\-\-region\fR
Select a region to be captured by clicking a point of the screen without
releasing the mouse button, dragging your mouse to the other corner of the
region, and releasing the mouse button.
.TP
\fB\-d\fR, \fB\-\-delay\fR
Delay in seconds before taking the screenshot
.TP
......@@ -36,5 +41,8 @@ Do not display the save dialog
\fB\-s\fR, \fB\-\-save\fR
Directory where the screenshot will be saved
.TP
\fB\-o\fR, \fB\-\-open\fR
Application to open the screenshot
.TP
\fB\-\-display\fR=\fIDISPLAY\fR
X display to use
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment