[Libreoffice-commits] core.git: libreofficekit/README

Pranav Kant pranavk at collabora.co.uk
Sat Jul 15 06:22:33 UTC 2017


 libreofficekit/README |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8c82e4877181f55f2fe186b341d504e5782a4f9c
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Sat Jul 15 11:50:08 2017 +0530

    libreofficekit: Update the README to match reality
    
    Change-Id: Ifb7bf759e87cb654401005914ed8906ef9456fdd

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:
 


More information about the Libreoffice-commits mailing list