[PATCH htdocs] Align setup help text in FAQ with setup 2.919

Christian Franke Christian.Franke@t-online.de
Thu Jul 7 10:50:43 GMT 2022


Corinna Vinschen wrote:
> On Jul  7 12:08, Christian Franke wrote:
>> Not sure whether cygwin-patches is the correct list for this patch,
>> cygwin-htdocs is not mentioned in lists.html.
> The FAQ is part of the Cygwin source, just clone the repo and create the
> patch against winsup/doc/faq*.xml.

Of course, sorry for the noise. New patch attached.

Thanks,
Christian

-------------- next part --------------
From ce7c1a55e903086141b9d2071afb0cb39f4c5b17 Mon Sep 17 00:00:00 2001
From: Christian Franke <christian.franke@t-online.de>
Date: Thu, 7 Jul 2022 12:40:11 +0200
Subject: [PATCH] winsup/doc/faq-setup.xml: align help text with setup 2.919

---
 winsup/doc/faq-setup.xml | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/winsup/doc/faq-setup.xml b/winsup/doc/faq-setup.xml
index 740c6fefb..cfa771098 100644
--- a/winsup/doc/faq-setup.xml
+++ b/winsup/doc/faq-setup.xml
@@ -63,11 +63,13 @@ For other options, search the mailing lists with terms such as
 <screen>
     --allow-unsupported-windows    Allow old, unsupported Windows versions
  -a --arch                         Architecture to install (x86_64 or x86)
- -C --categories                   Specify entire categories to install
+ -C --categories                   Specify categories to install
+    --compact-os                   Compress installed files with Compact OS
+                                   (xpress4k, xpress8k, xpress16k, lzx)
  -o --delete-orphans               Remove orphaned packages
  -A --disable-buggy-antivirus      Disable known or suspected buggy anti virus
-                                   software packages during execution.
- -D --download                     Download packages from internet only
+                                   software packages during execution
+ -D --download                     Download packages from internet
  -f --force-current                Select the current version for all packages
  -h --help                         Print help
  -I --include-source               Automatically install source for every
@@ -75,7 +77,8 @@ For other options, search the mailing lists with terms such as
  -i --ini-basename                 Use a different basename, e.g. "foo",
                                    instead of "setup"
  -U --keep-untrusted-keys          Use untrusted keys and retain all
- -L --local-install                Install packages from local directory only
+    --lang                         Specify GUI language langid
+ -L --local-install                Install packages from local directory
  -l --local-package-dir            Local package directory
  -m --mirror-mode                  Skip package availability check when
                                    installing from local directory (requires
@@ -83,15 +86,15 @@ For other options, search the mailing lists with terms such as
  -B --no-admin                     Do not check for and enforce running as
                                    Administrator
  -d --no-desktop                   Disable creation of desktop shortcut
- -r --no-replaceonreboot           Disable replacing in-use files on next
-                                   reboot.
+ -r --no-replaceonreboot           Disable replacing in-use files on next reboot
  -n --no-shortcuts                 Disable creation of desktop and start menu
                                    shortcuts
  -N --no-startmenu                 Disable creation of start menu shortcut
  -X --no-verify                    Don't verify setup.ini signatures
     --no-version-check             Suppress checking if a newer version of
                                    setup is available
-    --old-keys                     Enable old cygwin.com keys
+ -w --no-warn-deprecated-windows   Don't warn about deprecated Windows versions
+    --enable-old-keys              Enable old cygwin.com keys
  -O --only-site                    Do not download mirror list.  Only use sites
                                    specified with -s.
  -M --package-manager              Semi-attended chooser-only mode
@@ -107,6 +110,7 @@ For other options, search the mailing lists with terms such as
  -R --root                         Root installation directory
  -S --sexpr-pubkey                 Extra DSA public key in s-expr format
  -s --site                         Download site URL
+    --symlink-type                 Symlink type (lnk, native, sys, wsl)
  -u --untrusted-keys               Use untrusted saved extra keys
  -g --upgrade-also                 Also upgrade installed packages
     --user-agent                   User agent string for HTTP requests
-- 
2.36.1



More information about the Cygwin-patches mailing list