Git commit 774f78e773a1d930116ebbd42a674e9ac0167799 by Burkhard L?ck. Committed on 25/04/2014 at 13:39. Pushed by lueck into branch 'master'.
update plasmapkg2 man page M +14 -5 doc/plasmapkg/man-plasmapkg2.1.docbook http://commits.kde.org/plasma-framework/774f78e773a1d930116ebbd42a674e9ac0167799 diff --git a/doc/plasmapkg/man-plasmapkg2.1.docbook b/doc/plasmapkg/man-plasmapkg2.1.docbook index 261e5aa..0de55bf 100644 --- a/doc/plasmapkg/man-plasmapkg2.1.docbook +++ b/doc/plasmapkg/man-plasmapkg2.1.docbook @@ -5,9 +5,10 @@ <refentry lang="&language;"> <refentryinfo> -<title>KDE User's Manual</title> -<date>2012-12-05</date> -<productname>K Desktop Environment</productname> +<title>Plasma Package Manager</title> +<date>2014-04-25</date> +<releaseinfo>5.0</releaseinfo> +<productname>&kde; plasmapkg2</productname> </refentryinfo> <refmeta> @@ -24,7 +25,7 @@ <cmdsynopsis> <command>plasmapkg2</command> -<group choice="opt"><option>-h, --hash</option> <replaceable> path</replaceable></group> +<group choice="opt"><option>--hash</option> <replaceable> path</replaceable></group> <group choice="opt"><option>-g, --global</option></group> <group choice="opt"><option>-t, --type</option> <replaceable> type</replaceable></group> <group choice="opt"><option>-i, --install</option> <replaceable> path</replaceable></group> @@ -50,7 +51,7 @@ install, list, remove Plasma packages.</para> <variablelist> <varlistentry> -<term><option>-h, --hash</option> <replaceable> path</replaceable></term> +<term><option>--hash</option> <replaceable> path</replaceable></term> <listitem><para>Generate a SHA1 hash for the package at <quote>path</quote>.</para></listitem> </varlistentry> <varlistentry> @@ -66,6 +67,10 @@ install, list, remove Plasma packages.</para> <listitem><para>Install the package at <quote>path</quote>.</para></listitem> </varlistentry> <varlistentry> +<term><option>-s, --show</option> <replaceable> path</replaceable></term> +<listitem><para>Show information of package <quote>name</quote>.</para></listitem> +</varlistentry> +<varlistentry> <term><option>-u, --upgrade</option> <replaceable> path</replaceable></term> <listitem><para>Upgrade the package at <quote>path</quote>.</para></listitem> </varlistentry> @@ -74,6 +79,10 @@ install, list, remove Plasma packages.</para> <listitem><para>List installed packages.</para></listitem> </varlistentry> <varlistentry> +<term><option>--list-types</option></term> +<listitem><para>Lists all known Package types that can be installed.</para></listitem> +</varlistentry> +<varlistentry> <term><option>-r, --remove</option> <replaceable> name</replaceable></term> <listitem><para>Remove the package named <quote>name</quote>.</para></listitem> </varlistentry>