Skip to content

Commit 55532ce

Browse files
Benjamin Délèzead-daniel
andauthored
Doc clear-cache (#6038)
Co-authored-by: ad-daniel <[email protected]>
1 parent 5470771 commit 55532ce

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/guide/starting-webots.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/webots/gui/WbSingleTaskApplication.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)