This commit is contained in:
Joshua Nelson 2020-09-08 23:24:18 -04:00 committed by Tshepang Lekhonkhobe
parent 75ad441702
commit 13c18fccbe
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Because there are two separate codebases behind `x.py`, they need to
be kept in sync. In particular, both `bootstrap.py` and the bootstrap binary be kept in sync. In particular, both `bootstrap.py` and the bootstrap binary
parse `config.toml` and read the same command line arguments. `bootstrap.py` parse `config.toml` and read the same command line arguments. `bootstrap.py`
keeps these in sync by setting various environment variables, and the keeps these in sync by setting various environment variables, and the
programs sometimes to have add arguments that are explicitly ignored, to be programs sometimes have to add arguments that are explicitly ignored, to be
read by the other. read by the other.
### Adding a setting to config.toml ### Adding a setting to config.toml