summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Hoes <hoes.maarten@gmail.com>2014-12-02 15:54:57 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-12-02 15:50:59 +0000
commitcc741dcd82007db98a268cc5c3f02388f5bb0288 (patch)
treefb7bfa680f02e114cdb91b38939082038fc208dc
parentc4b8cd8833b41bd870ce8e2544824f82198fca15 (diff)
Minor README corrections.
Change-Id: Ia80b42e724d90bb78876179261ccb9337d3a0d0f Reviewed-on: https://gerrit.libreoffice.org/13271 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
-rw-r--r--lcov-report/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/lcov-report/README b/lcov-report/README
index 0300238..735bbd6 100644
--- a/lcov-report/README
+++ b/lcov-report/README
@@ -10,7 +10,8 @@ DESCRIPTION
SYNOPSIS
- lcov-report.sh [-a|-b|-c] -s [DIRECTORY] -t [DIRECTORY] -w [DIRECTORY]
+ lcov-report.sh [-a|-b|-c] -s [DIRECTORY] -t [DIRECTORY] \
+ -w [DIRECTORY] -d "test description"
-b
Run lcov commands before you run your tests. This creates a
@@ -36,7 +37,7 @@ SYNOPSIS
-s
Specify the location where the libreoffice source code is
- located. This flag is mandatory when you run '-c' or '-a'.
+ located. This flag is mandatory.
-t
Specifies the directory in which to contain the lcov
@@ -44,7 +45,7 @@ SYNOPSIS
-w
Specifies the directory in which to contain the generated HTML
- report files. This flag is mandatory when you run '-b'.
+ report files. This flag is mandatory when you run '-a'.
-d
Specify a descriptive name for the test(s) you wish to create