fixed indents pt. 2

This commit is contained in:
Emma Tebibyte 2022-09-04 19:30:25 -04:00
parent cf2c8df86b
commit 75d3db9f50
1 changed files with 7 additions and 6 deletions

View File

@ -183,23 +183,24 @@ source = git+https://github.com/IrisShaders/Iris.git
OPTIONS
`-n`, `--no-confirm`
 `-n`, `--no-confirm`
 &emspDoes not display search results and downloads exact matches to the
  Does not display search results and downloads exact matches to the
  cache. Requires `--mc-version` and `--type` be specified.
`init [OPTIONS] [--mc-version=VERSION] [--type=TYPE] TEMPLATE`
 Creates a hopfile in the current directory and adds it to the global known
 hopfiles list in the configuration file. If a TEMPLATE is passed as an
 argument, the hopfile is added as a new template. A name is generated using
 the VERSION and TYPE specified unless `--filename` is used.
 argument, the hopfile is added as a new template. A name is generated
 using the VERSION and TYPE specified unless `--filename` is used.
OPTIONS
`--template[=TEMPLATE1,TEMPLATE2...]`
 `--template[=TEMPLATE1,TEMPLATE2...]`
  Specifies TEMPLATE hopfiles' names upon which to base the new hopfile.
  Specifies TEMPLATE hopfiles' names upon which to base the new
  hopfile.
`install [OPTIONS] PACKAGE`