diff options
author | Stefan Schüller <sschueller@techdroid.com> | 2018-02-25 10:22:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-25 10:22:22 +0100 |
commit | 245dc51de07596341cf1b631bdd16d48aa534b38 (patch) | |
tree | 182111ee68b3c027b9a487b317e345fb92986dd9 | |
parent | 4da00dd2fff5697bce721b29fafb63cda9d1429f (diff) | |
download | PeerTube-245dc51de07596341cf1b631bdd16d48aa534b38.tar.gz PeerTube-245dc51de07596341cf1b631bdd16d48aa534b38.tar.zst PeerTube-245dc51de07596341cf1b631bdd16d48aa534b38.zip |
Fixed import-videos filename (#311)
-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/ |