File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ Options:
5656 --batch
5757 Prevent Webots from creating blocking pop-up windows.
5858
59+ --clear-cache
60+ Clear the cache of Webots on startup.
61+
5962 --stdout
6063 Redirect the stdout of the controllers to the terminal.
6164
Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ void WbSingleTaskApplication::showHelp() const {
190190 cerr << tr (" Minimize the Webots window on startup." ).toUtf8 ().constData () << endl << endl;
191191 cerr << " --batch" << endl;
192192 cerr << tr (" Prevent Webots from creating blocking pop-up windows." ).toUtf8 ().constData () << endl << endl;
193+ cerr << " --clear-cache" << endl;
194+ cerr << tr (" Clear the cache of Webots on startup." ).toUtf8 ().constData () << endl << endl;
193195 cerr << " --stdout" << endl;
194196 cerr << tr (" Redirect the stdout of the controllers to the terminal." ).toUtf8 ().constData () << endl << endl;
195197 cerr << " --stderr" << endl;
You can’t perform that action at this time.
0 commit comments