From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 9F3883857B88; Fri, 28 Oct 2022 09:02:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F3883857B88 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666947730; bh=mhRZQvnQohWiHyXafvlLkNIaoun7C5d0XNdcLREDvcQ=; h=From:To:Subject:Date:From; b=JKvze55OvbGKvM+RUpJT7Rt7VBX4jcDtOV5bWRoIBq+TamfvnH1c6MyAiEB/XZ0Y6 FE3TomlqQSkVUGxIsz+4GHyPwLvMxW2cmmnj5Fm4iJmYrUPPVq3vfuc50XhghPWX7b 1uHBugbTNgkz/WrB1mvm0lZvODCSo6i/yCdC1vLc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: regtool: drop 32 bit hint from help output X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 762dcfc658c85de8d418c6ba4e0e40024bee118a X-Git-Newrev: f51e76da0af5ad404aaa61ed8e43fbf948695ba8 Message-Id: <20221028090210.9F3883857B88@sourceware.org> Date: Fri, 28 Oct 2022 09:02:10 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Df51e76da0af= 5ad404aaa61ed8e43fbf948695ba8 commit f51e76da0af5ad404aaa61ed8e43fbf948695ba8 Author: Corinna Vinschen Date: Fri Oct 28 11:01:56 2022 +0200 Cygwin: regtool: drop 32 bit hint from help output =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/utils/regtool.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/utils/regtool.cc b/winsup/utils/regtool.cc index e919185ae..755c6a6ff 100644 --- a/winsup/utils/regtool.cc +++ b/winsup/utils/regtool.cc @@ -151,8 +151,8 @@ usage (FILE *where =3D stderr) " -h, --help output usage information and exit\n" " -q, --quiet no error output, just nonzero return if KEY/VALUE m= issing\n" " -v, --verbose verbose output, including VALUE contents when appli= cable\n" - " -w, --wow64 access 64 bit registry view (ignored on 32 bit Wind= ows)\n" - " -W, --wow32 access 32 bit registry view (ignored on 32 bit Wind= ows)\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, ""