diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-19 15:47:31 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-19 15:47:31 +0200 |
commit | 402b634b03066a2af1325daf7ac584605d36aa56 (patch) | |
tree | 2bd0f80f34cafc511718bd8143974126509f4370 /support/doc/tools.md | |
parent | e280dd0681440d05269d9aa54904d62064f2fa39 (diff) | |
download | PeerTube-402b634b03066a2af1325daf7ac584605d36aa56.tar.gz PeerTube-402b634b03066a2af1325daf7ac584605d36aa56.tar.zst PeerTube-402b634b03066a2af1325daf7ac584605d36aa56.zip |
(doc) fix path to peertube-repl
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index eb3f97eb4..1c7739525 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -230,7 +230,7 @@ $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production | |||
230 | 230 | ||
231 | If you want to interact with the application libraries and objects even when PeerTube is not running, there is a REPL for that. | 231 | If you want to interact with the application libraries and objects even when PeerTube is not running, there is a REPL for that. |
232 | 232 | ||
233 | usage: `node ./dist/server/tools/repl.js` | 233 | usage: `node ./dist/server/tools/peertube-repl.js` |
234 | 234 | ||
235 | "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." | 235 | "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." |
236 | 236 | ||