Cygwin: regtool: drop 32 bit hint from help output

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2022-10-28 11:01:56 +02:00
parent 762dcfc658
commit f51e76da0a
1 changed files with 2 additions and 2 deletions

View 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, ""