diff options
Diffstat (limited to 'support')
-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 2ca1d508b..086cd5cff 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -120,7 +120,7 @@ $ node dist/server/tools/peertube-import-videos.js \ | |||
120 | 120 | ||
121 | * `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re | 121 | * `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re |
122 | * `PEERTUBE_USER` : your PeerTube account where videos will be uploaded | 122 | * `PEERTUBE_USER` : your PeerTube account where videos will be uploaded |
123 | * `PEERTUBE_PASSWORD` : password of your PeerTube account (if `PEERTUBE_PASSWORD` is omitted, you will be prompted for it) | 123 | * `PEERTUBE_PASSWORD` : password of your PeerTube account (if `--password PEERTUBE_PASSWORD` is omitted, you will be prompted for it) |
124 | * `TARGET_URL` : the target url you want to import. Examples: | 124 | * `TARGET_URL` : the target url you want to import. Examples: |
125 | * YouTube: | 125 | * YouTube: |
126 | * Channel: https://www.youtube.com/channel/ChannelId | 126 | * Channel: https://www.youtube.com/channel/ChannelId |