summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-16 12:26:55 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-16 12:26:59 +0300
commit9a07b739c896120ffa683536f9cbeb2c66e39b6c (patch)
tree75c341be6a44be6654574899b0e291070fe0c24a /bin
parenta27d03a53b2e18a87a8c2be255d8592ee5e790de (diff)
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
Diffstat (limited to 'bin')
-rw-r--r--bin/benchmark-document-loading4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 132cfea3d2c2..6147a2e5508f 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])))