We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17468e9 commit 7bfff08Copy full SHA for 7bfff08
doc/commands.md
@@ -161,7 +161,7 @@ bt time_limit [<submissions and/or testcases>]
161
```
162
163
**Flags**
164
-- `--write`/`-w`: write the determined time limit to `.timelimit`
+- `--write`/`-w`: write the determined time limit to `problem.yaml`
165
- `--all`/`-a`: run all submissions not only AC and TLE submissions.
166
- `<submissions>`: The path to the submission to use to determine the time limit. See `run <submissions>` for more.
167
- `<testcases>`: The path to the testcases to use determine the time limit. See `run <testcases>` for more.
0 commit comments