diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 12:11:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 18:07:32 +0100 |
commit | 5203e462345f8491b2d4547c9665e362c5026fc7 (patch) | |
tree | 81c5041da246e5e44bdc01e4d6dfda64813624b4 /bin | |
parent | 041bd6c4f9df32637b595a2e472d776de76fb54e (diff) |
document output is pdf, not ps
Change-Id: I97dac3830b0219defa03f2d986962e3bf2f81a38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86919
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/convwatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/convwatch.py b/bin/convwatch.py index aeff93fdd42c..d88d43d64a6f 100644 --- a/bin/convwatch.py +++ b/bin/convwatch.py @@ -8,7 +8,7 @@ # # Conversion watch, initially intended to detect if document layout changed since the last time it was run. # -# Print a set of docs, compare the ps (or was it pdf) against the old run and highlight the different pieces +# Print a set of docs, compare the pdf against the old run and highlight the differences # import getopt |