Hello, This seems to be a bug and is more strange than worrying but I'm getting an extra space in the output of R --help. One of the two dashes options has a space between the 1st and the 2nd dash. This one: - -max-connections=N Set max number of connections to N See also the attached PNG file. I have tested with the command window maximized or not and it is always there. >Rscript -e "sessionInfo()" R version 4.5.2 (2025-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows 11 x64 (build 22631) Matrix products: default LAPACK version 3.12.1 locale: [1] LC_COLLATE=Portuguese_Portugal.utf8 LC_CTYPE=Portuguese_Portugal.utf8 [3] LC_MONETARY=Portuguese_Portugal.utf8 LC_NUMERIC=C [5] LC_TIME=Portuguese_Portugal.utf8 time zone: Europe/Lisbon tzcode source: internal attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_4.5.2 Hope this helps, Rui Barradas -------------- next part -------------- A non-text attachment was scrubbed... Name: Captura de ecr? 2025-12-22 202040.png Type: image/png Size: 85608 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20251222/97b94162/attachment.png>
? Mon, 22 Dec 2025 20:34:05 +0000 Rui Barradas <ruipbarradas at sapo.pt> ?????:> - -max-connections=N Set max number of connections to NThis is a harmless typo in the R-4.5.x branch. You can see it in the source code at [1], but not on trunk [2], because it's been fixed in R-devel in July 2025. -- Best regards, Ivan [1] https://svn.r-project.org/R/branches/R-4-5-branch/src/gnuwin32/system.c [2] https://svn.r-project.org/R/trunk/src/gnuwin32/system.c