diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-06-07 11:49:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-06-07 11:49:22 +0200 |
| commit | 232c2d6c256eed76f24bd6cf249a8462ab297060 (patch) | |
| tree | b64b848e1f28dc157dd87b1ba591e21f47026792 /src/tools/rustdoc-gui/tester.js | |
| parent | 79b6bad406155cad4481150fc5dfa0da5394e3b6 (diff) | |
| download | rust-232c2d6c256eed76f24bd6cf249a8462ab297060.tar.gz rust-232c2d6c256eed76f24bd6cf249a8462ab297060.zip | |
Update help message for rustdoc-gui runner
Diffstat (limited to 'src/tools/rustdoc-gui/tester.js')
| -rw-r--r-- | src/tools/rustdoc-gui/tester.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustdoc-gui/tester.js b/src/tools/rustdoc-gui/tester.js index 4599e12de5f..a5121850369 100644 --- a/src/tools/rustdoc-gui/tester.js +++ b/src/tools/rustdoc-gui/tester.js @@ -16,6 +16,7 @@ function showHelp() { console.log(" --debug : show extra information about script run"); console.log(" --show-text : render font in pages"); console.log(" --no-headless : disable headless mode"); + console.log(" --no-sandbox : disable sandbox mode"); console.log(" --help : show this message then quit"); console.log(" --tests-folder [PATH] : location of the .GOML tests folder"); console.log(" --jobs [NUMBER] : number of threads to run tests on"); |
