[kde-doc-english] [plasma-sdk] plasmoidviewer: plasmoidviewer: Update location options in documentation
Alexander Potashev
aspotashev at gmail.com
Tue Sep 29 10:54:50 UTC 2015
Git commit 57d6e5a9269ba2fba90e6dcf5eb48fcf0afd79f2 by Alexander Potashev.
Committed on 29/09/2015 at 10:53.
Pushed by aspotashev into branch 'master'.
plasmoidviewer: Update location options in documentation
M +1 -1 plasmoidviewer/main.cpp
M +1 -1 plasmoidviewer/man-plasmoidviewer.1.docbook
http://commits.kde.org/plasmate/57d6e5a9269ba2fba90e6dcf5eb48fcf0afd79f2
diff --git a/plasmoidviewer/main.cpp b/plasmoidviewer/main.cpp
index d818cbc..dff02ac 100644
--- a/plasmoidviewer/main.cpp
+++ b/plasmoidviewer/main.cpp
@@ -63,7 +63,7 @@ int main(int argc, char **argv)
parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("f") << QStringLiteral("formfactor"),
i18n("The formfactor to use (horizontal, vertical, mediacenter, planar or application)"), QStringLiteral("formfactor"), QStringLiteral("planar")));
parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("l") << QStringLiteral("location"),
- i18n("The location constraint to start the Containment with (floating, desktop, fullscreen, top, bottom, left, right)"),
+ i18n("The location constraint to start the Containment with (floating, desktop, fullscreen, topedge, bottomedge, leftedge, rightedge)"),
QStringLiteral("location"), QStringLiteral("floating")));
parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("x") << QStringLiteral("xPosition"),
diff --git a/plasmoidviewer/man-plasmoidviewer.1.docbook b/plasmoidviewer/man-plasmoidviewer.1.docbook
index d20e983..2477183 100644
--- a/plasmoidviewer/man-plasmoidviewer.1.docbook
+++ b/plasmoidviewer/man-plasmoidviewer.1.docbook
@@ -80,7 +80,7 @@ applets to be found.</para>
<varlistentry>
<term><option>-l, --location <replaceable>name</replaceable></option></term>
<listitem><para>The location constraint to start the Containment with (floating,
-desktop, fullscreen, top, bottom, left, right) [floating].</para></listitem>
+desktop, fullscreen, topedge, bottomedge, leftedge, rightedge) [floating].</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-p, --pixmapcache <replaceable>size</replaceable></option></term>
More information about the kde-doc-english
mailing list