summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
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);
}