Git commit da80b5461de4b341899a7a282c3fae59f868edd4 by Burkhard Lück. Committed on 04/01/2017 at 18:53. Pushed by lueck into branch 'master'.
fix description for option -t in man page Differential Revision: https://phabricator.kde.org/D3939 M +4 -3 docs/kpackagetool/man-kpackagetool5.1.docbook https://commits.kde.org/kpackage/da80b5461de4b341899a7a282c3fae59f868edd4 diff --git a/docs/kpackagetool/man-kpackagetool5.1.docbook b/docs/kpackagetool/man-kpackagetool5.1.docbook index f0cf220..a56e0f6 100644 --- a/docs/kpackagetool/man-kpackagetool5.1.docbook +++ b/docs/kpackagetool/man-kpackagetool5.1.docbook @@ -6,8 +6,8 @@ <refentry lang="&language;"> <refentryinfo> <title>KPackage Manager</title> -<date>2015-07-31</date> -<releaseinfo>Frameworks 5.13</releaseinfo> +<date>2017-01-03</date> +<releaseinfo>Frameworks 5.30</releaseinfo> <productname>KDE Frameworks</productname> </refentryinfo> @@ -70,7 +70,8 @@ install, list, remove Plasma packages.</para> </varlistentry> <varlistentry> <term><option>-t, --type</option> <replaceable> type</replaceable></term> -<listitem><para>The type of package, ⪚ theme, wallpaper, plasmoid, dataengine, runner, layout-template, &etc; [plasmoid].</para></listitem> +<listitem><para>The type of package, corresponding to the service type of the package plugin, +⪚ KPackage/Generic, Plasma/Theme, Plasma/Wallpaper, Plasma/Applet, etc.</para></listitem> </varlistentry> <varlistentry> <term><option>-i, --install</option> <replaceable> path</replaceable></term>
