Add missing --script option in documentation for pre-programmed scripts (#3895)

This commit is contained in:
Rachel 2025-11-02 16:21:26 -08:00 committed by GitHub
parent 996566291d
commit bf8f72cc54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Archinstall ships with a pre-programmed `Guided Installer`_ guiding you through
.. note::
Other pre-programmed scripts can be invoked by executing :code:`archinstall <script>` *(without .py)*. To see a complete list of scripts, run :code:`archinstall --script list` or check the source code `scripts`_ directory.
Other pre-programmed scripts can be invoked by executing :code:`archinstall --script <script>` *(without .py)*. To see a complete list of scripts, run :code:`archinstall --script list` or check the source code `scripts`_ directory.
.. note::