summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-07-15 11:50:08 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-07-15 11:51:54 +0530
commit8c82e4877181f55f2fe186b341d504e5782a4f9c (patch)
treef78c0ce17874410126e15f60d0029189ad12b604 /libreofficekit
parentcc438f60d6ad0855f754dd32da9c9a80c7cabf92 (diff)
libreofficekit: Update the README to match reality
Change-Id: Ifb7bf759e87cb654401005914ed8906ef9456fdd
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/libreofficekit/README b/libreofficekit/README
index 1f0a7ad72b53..cd670efeac81 100644
--- a/libreofficekit/README
+++ b/libreofficekit/README
@@ -88,11 +88,11 @@ object files into a single .so, etc).
To run gtktiledviewer:
- bin/run gtktiledviewer $PWD/instdir/program path/to/test.odt
+ bin/run gtktiledviewer --lo-path=$PWD/instdir/program path/to/test.odt
To receive all incoming events from core use G_MESSAGES_DEBUG=all
- G_MESSAGES_DEBUG=all bin/run gtktiledviewer $PWD/instdir/program ../test.odt
+ G_MESSAGES_DEBUG=all bin/run gtktiledviewer --lo-path=$PWD/instdir/program ../test.odt
To debug with gdb: