]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/tools.md
quickfix back to recent nodemon that fixes event-stream vulnerability
[github/Chocobozzz/PeerTube.git] / support / doc / tools.md
index eb3f97eb4f4ed34bcd6cdf067c2db0ce472dc4c0..1c77395258c7fddd367da618c8479c8c4dc51b26 100644 (file)
@@ -230,7 +230,7 @@ $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production
 
 If you want to interact with the application libraries and objects even when PeerTube is not running, there is a REPL for that.
 
-usage: `node ./dist/server/tools/repl.js`
+usage: `node ./dist/server/tools/peertube-repl.js`
 
 "The default evaluator will, by default, assign the result of the most recently evaluated expression to the special variable `_` (underscore). Explicitly setting `_` to a value will disable this behavior."