fixed indents pt. 3 for i am a fool

This commit is contained in:
Emma Tebibyte 2022-09-04 19:33:37 -04:00
parent 75d3db9f50
commit e2ae0ee88f
1 changed files with 9 additions and 9 deletions

View File

@ -179,33 +179,33 @@ source = git+https://github.com/IrisShaders/Iris.git
`get [OPTIONS] PACKAGE`
 Searches for a PACKAGE, displays the results, and downloads any selected
 PACKAGES to the local cache.
PACKAGES to the local cache.
OPTIONS
 `-n`, `--no-confirm`
  Does not display search results and downloads exact matches to the
  cache. Requires `--mc-version` and `--type` be specified.
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.
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.
OPTIONS
 `--template[=TEMPLATE1,TEMPLATE2...]`
  Specifies TEMPLATE hopfiles' names upon which to base the new
  hopfile.
hopfile.
`install [OPTIONS] PACKAGE`
 Adds a PACKAGE to the current hopfile and runs `hopper update`. If the
 PACKAGE cannot be found in the package cache, it runs `hopper get` first.
PACKAGE cannot be found in the package cache, it runs `hopper get` first.
OPTIONS
@ -220,5 +220,5 @@ OPTIONS
`update [OPTIONS] PACKAGE`
 Updates installed PACKAGEs and adds mods if they're missing to directories
 with known hopfiles. If a PACKAGE is passed, `--type` must be specified so
 that hopper `update`s the correct package.
with known hopfiles. If a PACKAGE is passed, `--type` must be specified so that
hopper `update`s the correct package.