* pygnulib/GLImport.py (GLImport.actioncmd): Fix typo.
+2024-04-12 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Fix misspelled option in output.
+ * pygnulib/GLImport.py (GLImport.actioncmd): Fix typo.
+
2024-04-12 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Persist the --with-longrunning-tests option.
if self.config.checkInclTestCategory(TESTS['longrunning-test']):
actioncmd += ' \\\n# --with-longrunning-tests'
if self.config.checkInclTestCategory(TESTS['privileged-test']):
- actioncmd += ' \\\n# --with-privileged-test'
+ actioncmd += ' \\\n# --with-privileged-tests'
if self.config.checkInclTestCategory(TESTS['unportable-test']):
actioncmd += ' \\\n# --with-unportable-tests'
if self.config.checkInclTestCategory(TESTS['all-test']):