]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
(doc) fix path to peertube-repl
authorRigel Kent <sendmemail@rigelk.eu>
Fri, 19 Oct 2018 13:47:31 +0000 (15:47 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Fri, 19 Oct 2018 13:47:31 +0000 (15:47 +0200)
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."