[Libreoffice-commits] core.git: solenv/wsl
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 25 21:34:56 UTC 2020
solenv/wsl/wsl-lo-helper.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e39a87ad7646a79f9da851c8af98249f4112334
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Oct 25 22:44:28 2020 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Oct 25 22:33:51 2020 +0100
Fix usage message
Change-Id: I264346e9a14abbe98b668a9d708579d3a42df509
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104785
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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);
}
More information about the Libreoffice-commits
mailing list