summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-07 12:42:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-07 16:45:03 +0200
commitd628075b1af0c152e7f50b93b99f3b9744cdc5e7 (patch)
treebdc6f31b73c53f4756e235baaa75efbcba8110d0 /solenv
parenta2e5c8a0dc9254591711e32245e2e6b9dbd2449f (diff)
hrcex operates on .hrc files
Change-Id: I0841c2d99a00b6b18e3dc4baca2b4bb48ab5b97d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100308 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/hrcex2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/hrcex b/solenv/bin/hrcex
index 1c371a1ed48e..54cef2626a19 100755
--- a/solenv/bin/hrcex
+++ b/solenv/bin/hrcex
@@ -11,7 +11,7 @@ try:
myopts, args = getopt.getopt(sys.argv[1:], "i:o:")
except getopt.GetoptError as e:
print(" Syntax: hrcex -i FileIn -o FileOut")
- print(" FileIn: Source files (*.ui)")
+ print(" FileIn: Source files (*.hrc)")
print(" FileOut: Destination file (*.*)")
sys.exit(2)