summaryrefslogtreecommitdiff
path: root/doc/controller.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-06-06 14:15:07 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-06-06 17:50:17 +0000
commit3f9da6983d983e1ce762c6d51213725b053461ff (patch)
tree3f43ef86fec23940913a5e546a549cbc17a66da1 /doc/controller.qdoc
parentacd199a074c77ec865508d498d65dc82481bdb88 (diff)
downloadqtapplicationmanager-3f9da6983d983e1ce762c6d51213725b053461ff.tar.gz
Updated tool docs
Change-Id: I7b79cb493151b0ec436d5e27e489f5fe69237f88 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'doc/controller.qdoc')
-rw-r--r--doc/controller.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/controller.qdoc b/doc/controller.qdoc
index 65f04efd..1c3ac07a 100644
--- a/doc/controller.qdoc
+++ b/doc/controller.qdoc
@@ -26,4 +26,16 @@
****************************************************************************/
/*!
+\page appman-controller.html
+\title Controller
+
+The \c{appman-controller} is a command-line utility that can be used by other tools on the target
+device to trigger a package installation without directly talking to the application-manager's D-Bus
+interface.
+
+Usage: \tt{appman-controller <package file>}
+
+If the package file is specified as \c{-}, the tool will try to read the package from \c stdin.
+
+The \c{appman-controller} naturally supports the standard Unix \c{--help} command-line option.
*/