public inbox for cygwin-cvs@sourceware.org help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org> To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: regtool: drop 32 bit hint from help output Date: Fri, 28 Oct 2022 09:02:10 +0000 (GMT) [thread overview] Message-ID: <20221028090210.9F3883857B88@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f51e76da0af5ad404aaa61ed8e43fbf948695ba8 commit f51e76da0af5ad404aaa61ed8e43fbf948695ba8 Author: Corinna Vinschen <corinna@vinschen.de> Date: Fri Oct 28 11:01:56 2022 +0200 Cygwin: regtool: drop 32 bit hint from help output Signed-off-by: Corinna Vinschen <corinna@vinschen.de> 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 = 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, ""
reply other threads:[~2022-10-28 9:02 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20221028090210.9F3883857B88@sourceware.org \ --to=corinna@sourceware.org \ --cc=cygwin-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).