diff --git a/doc/commands.md b/doc/commands.md index c5ef51a3..bdbdc65a 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -51,7 +51,7 @@ The flags below work for any subcommand: - `--verbose`/`-v`: Without this, only failing steps are printed to the terminal. With `-v`, progress bars print one line for each processed item. Pass `-v` twice to see all commands that are executed. - `--contest `: The directory of the contest to use, if not the current directory. At most one of `--contest` and `--problem` may be used. Useful in CI jobs. - `--problem `: The directory of the problem to use, if not the current directory. At most one of `--contest` and `--problem` may be used. Useful in CI jobs. -- `--memory `/`-m `: Overrite the maximum amount of memory in MB a subprocess (submission/generator/etc.) may use. +- `--memory `/`-m `: Override the maximum amount of memory in MB a program (submission/generator/etc.) may use. - `--no-bar`: Disable showing progress bars. This is useful when running in non-interactive contexts (such as CI jobs) or on platforms/terminals that don't handle the progress bars well. - `--error`/`-e`: show full output of failing commands using `--error`. The default is to show a short snippet only. - `--force-build`: Force rebuilding binaries instead of reusing cached version.