Git commit fa93ad7d8cd105f00711d13ef3e2eea12652800f by Yuri Chornoivan. Committed on 28/08/2013 at 18:20. Pushed by yurchor into branch 'master'.
Sync man page with kmymoney --help M +36 -0 doc/man-kmymoney.1.docbook http://commits.kde.org/kmymoney/fa93ad7d8cd105f00711d13ef3e2eea12652800f diff --git a/doc/man-kmymoney.1.docbook b/doc/man-kmymoney.1.docbook index 9f1df7b..af6a356 100644 --- a/doc/man-kmymoney.1.docbook +++ b/doc/man-kmymoney.1.docbook @@ -151,6 +151,42 @@ Start without opening a file </varlistentry> <varlistentry> +<term><option>--timers</option></term> +<listitem> +<para> +Enable performance timers +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><option>--nocatch</option></term> +<listitem> +<para> +Do not globally catch uncaught exceptions +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><option>--trace</option></term> +<listitem> +<para> +Turn on program traces. This option is only available when &kmynoney; is compiled in debug mode. +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><option>--dump-actions</option></term> +<listitem> +<para> +Dump the names of all defined KAction objects to stdout and quit. This option is only available when &kmymoney; is compiled in debug mode. +</para> +</listitem> +</varlistentry> + +<varlistentry> <term><option>--help</option></term> <listitem> <para>
