diff options
-rw-r--r-- | support/doc/import-videos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/import-videos.md b/support/doc/import-videos.md index 166bb7c9f..4e495d8df 100644 --- a/support/doc/import-videos.md +++ b/support/doc/import-videos.md | |||
@@ -45,7 +45,7 @@ You are now ready to run the script : | |||
45 | 45 | ||
46 | ``` | 46 | ``` |
47 | cd ${CLONE} | 47 | cd ${CLONE} |
48 | node dist/server/tools/import-video.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" | 48 | node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" |
49 | ``` | 49 | ``` |
50 | 50 | ||
51 | * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ | 51 | * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ |