update plasmapkg2 man page

This commit is contained in:
Burkhard Lück 2014-04-25 15:39:01 +02:00
parent a40e9d0dee
commit 774f78e773

View File

@ -5,9 +5,10 @@
<refentry lang="&language;"> <refentry lang="&language;">
<refentryinfo> <refentryinfo>
<title>KDE User's Manual</title> <title>Plasma Package Manager</title>
<date>2012-12-05</date> <date>2014-04-25</date>
<productname>K Desktop Environment</productname> <releaseinfo>5.0</releaseinfo>
<productname>&kde; plasmapkg2</productname>
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
@ -24,7 +25,7 @@
<cmdsynopsis> <cmdsynopsis>
<command>plasmapkg2</command> <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>-g, --global</option></group>
<group choice="opt"><option>-t, --type</option> <replaceable> type</replaceable></group> <group choice="opt"><option>-t, --type</option> <replaceable> type</replaceable></group>
<group choice="opt"><option>-i, --install</option> <replaceable> path</replaceable></group> <group choice="opt"><option>-i, --install</option> <replaceable> path</replaceable></group>
@ -50,7 +51,7 @@ install, list, remove Plasma packages.</para>
<variablelist> <variablelist>
<varlistentry> <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> <listitem><para>Generate a SHA1 hash for the package at <quote>path</quote>.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -66,6 +67,10 @@ install, list, remove Plasma packages.</para>
<listitem><para>Install the package at <quote>path</quote>.</para></listitem> <listitem><para>Install the package at <quote>path</quote>.</para></listitem>
</varlistentry> </varlistentry>
<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> <term><option>-u, --upgrade</option> <replaceable> path</replaceable></term>
<listitem><para>Upgrade the package at <quote>path</quote>.</para></listitem> <listitem><para>Upgrade the package at <quote>path</quote>.</para></listitem>
</varlistentry> </varlistentry>
@ -74,6 +79,10 @@ install, list, remove Plasma packages.</para>
<listitem><para>List installed packages.</para></listitem> <listitem><para>List installed packages.</para></listitem>
</varlistentry> </varlistentry>
<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> <term><option>-r, --remove</option> <replaceable> name</replaceable></term>
<listitem><para>Remove the package named <quote>name</quote>.</para></listitem> <listitem><para>Remove the package named <quote>name</quote>.</para></listitem>
</varlistentry> </varlistentry>