Fix formatting in README
All checks were successful
CI / test (push) Successful in 5m33s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 17s

This commit is contained in:
Miguel Jacq 2025-12-20 18:38:05 +11:00
parent cf819f755a
commit 59239eb2d2
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -349,7 +349,7 @@ Enroll supports reading an ini-style file of all the arguments for each subcomma
The path the config file can be specified with `-c` or `--config` on the command-line. Otherwise, The path the config file can be specified with `-c` or `--config` on the command-line. Otherwise,
Enroll will look for `./enroll.ini`, `./.enroll.ini` (in the current working directory), Enroll will look for `./enroll.ini`, `./.enroll.ini` (in the current working directory),
``~/.config/enroll/enroll.ini` (or `$XDG_CONFIG_HOME/enroll/enroll.ini`). `~/.config/enroll/enroll.ini` (or `$XDG_CONFIG_HOME/enroll/enroll.ini`).
You may also pass `--no-config` if you deliberately want to ignore the config file even if it existed. You may also pass `--no-config` if you deliberately want to ignore the config file even if it existed.