bin/benchmark-document-loading | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9a07b739c896120ffa683536f9cbeb2c66e39b6c Author: Tor Lillqvist <[email protected]> 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]))) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
