From 245dc51de07596341cf1b631bdd16d48aa534b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Sch=C3=BCller?= Date: Sun, 25 Feb 2018 10:22:22 +0100 Subject: Fixed import-videos filename (#311) --- support/doc/import-videos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/import-videos.md') 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 : ``` cd ${CLONE} -node dist/server/tools/import-video.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" +node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" ``` * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ -- cgit v1.2.3