summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-10-25 22:44:28 +0200
committerTor Lillqvist <tml@collabora.com>2020-10-25 22:33:51 +0100
commit4e39a87ad7646a79f9da851c8af98249f4112334 (patch)
treeb4f964429bbcf9c9b0a6a8da879aaf84c3c834ff /solenv
parentce5e41ab99af350ca8f4b9fef3017d53f3526f83 (diff)
Fix usage message
Change-Id: I264346e9a14abbe98b668a9d708579d3a42df509 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104785 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/wsl/wsl-lo-helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/wsl/wsl-lo-helper.cpp b/solenv/wsl/wsl-lo-helper.cpp
index 5e20f3199bf8..e50ebb7cbe8c 100644
--- a/solenv/wsl/wsl-lo-helper.cpp
+++ b/solenv/wsl/wsl-lo-helper.cpp
@@ -44,7 +44,7 @@ int wmain(int argc, wchar_t** argv)
fprintf(stderr, "%S --8.3 <windows-pathname>\n", argv[0]);
fprintf(stderr, " Print the 8.3 form of a Windows pathnam. Fail it not present.\n");
fprintf(stderr, "%S --read-registry [32|64] <path>\n", argv[0]);
- fprintf(stderr, " Read a string value from HKLM in the Registry and print it.\n");
+ fprintf(stderr, " Read a string value from the Registry and print it.\n");
exit(1);
}