Git commit 2a8e18f53962ecee77198363811186bf1d0c4380 by Yuri Chornoivan. Committed on 03/03/2018 at 17:01. Pushed by yurchor into branch 'master'.
Add documentation on the new command line option --print-and-exit M +7 -2 doc/index.docbook M +8 -2 doc/man-okular.1.docbook https://commits.kde.org/okular/2a8e18f53962ecee77198363811186bf1d0c4380 diff --git a/doc/index.docbook b/doc/index.docbook index 12a3d3798..23021369e 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -34,8 +34,8 @@ Context menu actions like Rename Bookmarks etc.) <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <legalnotice>&FDLNotice;</legalnotice> - <date>2017-11-06</date> - <releaseinfo>1.3 (Applications 17.12)</releaseinfo> + <date>2018-02-04</date> + <releaseinfo>1.4 (Applications 18.04)</releaseinfo> <!-- Abstract about this handbook --> <abstract> <para>&okular; is a &kde; universal document viewer based on &kpdf; code.</para> @@ -902,6 +902,11 @@ Context menu actions like Rename Bookmarks etc.) <option>--print</option></userinput></term> <listitem><para>Start with print dialog.</para></listitem> </varlistentry> + <varlistentry> + <term><userinput><command>okular</command> + <option>--print-and-exit</option></userinput></term> + <listitem><para>Start with print dialog and exit after printing.</para></listitem> + </varlistentry> <varlistentry> <term><userinput><command>okular</command> <option>--unique</option></userinput></term> diff --git a/doc/man-okular.1.docbook b/doc/man-okular.1.docbook index 4a374e655..812f537c4 100644 --- a/doc/man-okular.1.docbook +++ b/doc/man-okular.1.docbook @@ -10,8 +10,8 @@ <author><firstname>Yuri</firstname><surname>Chornoivan</surname> <contrib>Okular man page.</contrib> <email>[email protected]</email></author> -<date>2016-11-04</date> -<releaseinfo>Okular 1.0</releaseinfo> +<date>2018-02-03</date> +<releaseinfo>Okular 1.4</releaseinfo> <productname>KDE Applications</productname> </refentryinfo> @@ -58,6 +58,12 @@ is aimed to show documents in different formats.</para> <term><option>--print</option></term> <listitem> <para>Start with print dialog.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--print-and-exit</option></term> + <listitem> +<para>Start with print dialog and exit after printing.</para> </listitem> </varlistentry> <varlistentry>
