Cygwin: regtool: drop 32 bit hint from help output
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 28 Oct 2022 09:01:56 +0000 (11:01 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 28 Oct 2022 09:01:56 +0000 (11:01 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/utils/regtool.cc

index e919185ae920c651b946996fbcb72d77c1c639fe..755c6a6ff5f08694bb082665510a8fdcec4bf329 100644 (file)
@@ -151,8 +151,8 @@ usage (FILE *where = stderr)
       " -h, --help     output usage information and exit\n"
       " -q, --quiet    no error output, just nonzero return if KEY/VALUE missing\n"
       " -v, --verbose  verbose output, including VALUE contents when applicable\n"
-      " -w, --wow64    access 64 bit registry view (ignored on 32 bit Windows)\n"
-      " -W, --wow32    access 32 bit registry view (ignored on 32 bit Windows)\n"
+      " -w, --wow64    access 64 bit registry view\n"
+      " -W, --wow32    access 32 bit registry view\n"
       " -V, --version  output version information and exit\n"
       "\n");
       fprintf (where, ""
This page took 0.070543 seconds and 5 git commands to generate.