[Libreoffice-commits] core.git: bin/benchmark-document-loading

Tor Lillqvist tml at collabora.com
Mon Sep 16 02:28:08 PDT 2013


 bin/benchmark-document-loading |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9a07b739c896120ffa683536f9cbeb2c66e39b6c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 16 12:26:55 2013 +0300

    Make the usage message even clearer
    
    I have to check it myself every time, I never remember which parameters are
    URLs and which plain pathnames.
    
    Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80

diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 132cfea..6147a2e 100644
--- a/bin/benchmark-document-loading
+++ b/bin/benchmark-document-loading
@@ -484,8 +484,8 @@ def usage():
  --userdir=URL     specify user installation directory for 'path' method
  --valgrind        pass --valgrind to soffice for 'path' method
 
- 'location' is a pathname, not a URL. 'userdir' is a URL. the 'directory' parameters should be
-  full absolute pathnames, not URLs."""
+ 'location' is a pathname, not a URL. 'outdir' and 'userdir' are URLs.
+ The 'directory' parameters should be full absolute pathnames, not URLs."""
     print(message.format(program = os.path.basename(sys.argv[0])))
 
 


More information about the Libreoffice-commits mailing list