]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.sh: Undocument the --[no-]cache-modules options.
authorBruno Haible <bruno@clisp.org>
Wed, 20 Mar 2024 10:13:54 +0000 (11:13 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 20 Mar 2024 10:14:17 +0000 (11:14 +0100)
Reported by Collin Funk in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00234.html>.
Rationale:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00243.html>.

* gnulib-tool.sh (func_usage): Don't mention --cache-modules,
--no-cache-modules.

ChangeLog
gnulib-tool.sh

index fc095fd92c0cf3a1b3eea374b74f63be7691b03c..09ab4ac158c177ddfd3cc2eacf965c33714b6b98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-03-20  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool.sh: Undocument the --[no-]cache-modules options.
+       Reported by Collin Funk in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00234.html>.
+       Rationale:
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00243.html>.
+       * gnulib-tool.sh (func_usage): Don't mention --cache-modules,
+       --no-cache-modules.
+
 2024-03-20  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Don't print empty Automake snippets.
index c4b9bc5909e5f3152545624654945a35eacde304..2081ed049eeab4fc9b350be7a397956b32fdcca6 100755 (executable)
@@ -228,8 +228,6 @@ General options:
                             directory.
       --local-dir=DIRECTORY  Specify a local override directory where to look
                             up files before looking in gnulib's directory.
-      --cache-modules       Enable module caching optimization.
-      --no-cache-modules    Disable module caching optimization.
       --verbose             Increase verbosity. May be repeated.
       --quiet               Decrease verbosity. May be repeated.