Git commit 75c701c68d12eed13027d18d8cd1cd74f56e947a by Kevin Krammer. Committed on 11/11/2014 at 15:35. Pushed by krake into branch 'master'.
Extend docs for new "add" command option "mime" M +6 -0 doc/man-akonadiclient.1.docbook http://commits.kde.org/akonadiclient/75c701c68d12eed13027d18d8cd1cd74f56e947a diff --git a/doc/man-akonadiclient.1.docbook b/doc/man-akonadiclient.1.docbook index dd45dd9..7b669fd 100644 --- a/doc/man-akonadiclient.1.docbook +++ b/doc/man-akonadiclient.1.docbook @@ -199,6 +199,11 @@ For example, adding items, collections, renaming or moving collections and also <listitem><para>Run without making any actual changes</para></listitem> </varlistentry> + <varlistentry> + <term><option>-m, --mime <replaceable>mime-type</replaceable></option></term> + <listitem><para>MIME type to use (instead of auto-detection)</para></listitem> + </varlistentry> + </variablelist> </listitem> </varlistentry> @@ -407,6 +412,7 @@ For example, adding items, collections, renaming or moving collections and also <para><emphasis role="bold">akonadiclient export /Notes notes.xml</emphasis> - Exports all the items and sub-collections of the /Notes collection to the file 'notes.xml'</para> <para><emphasis role="bold">akonadiclient agents -l</emphasis> - Lists all agents</para> <para><emphasis role="bold">akonadiclient add /Notes note.txt</emphasis> - Adds the contents of the file note.txt as an item in the collection /Notes</para> +<para><emphasis role="bold">akonadiclient add -m application/x-vnd.akonadi.calendar.todo /Todos todo.ics</emphasis> - Adds the contents of the file todo.ics as a TODO calendar entry in the collection /Todos</para> </refsect1> </refentry>
