Skip to content

Commit 232c2d6

Browse files
Update help message for rustdoc-gui runner
1 parent 79b6bad commit 232c2d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/rustdoc-gui/tester.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function showHelp() {
1616
console.log(" --debug : show extra information about script run");
1717
console.log(" --show-text : render font in pages");
1818
console.log(" --no-headless : disable headless mode");
19+
console.log(" --no-sandbox : disable sandbox mode");
1920
console.log(" --help : show this message then quit");
2021
console.log(" --tests-folder [PATH] : location of the .GOML tests folder");
2122
console.log(" --jobs [NUMBER] : number of threads to run tests on");

0 commit comments

Comments
 (0)