From e8a739e880593c3ffd07a634d5ff62690ed844f6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Apr 2019 16:51:25 +0200 Subject: Fix video import CLI script Password is an optional argument --- support/doc/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/tools.md') 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 \ * `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re * `PEERTUBE_USER` : your PeerTube account where videos will be uploaded -* `PEERTUBE_PASSWORD` : password of your PeerTube account (if `PEERTUBE_PASSWORD` is omitted, you will be prompted for it) +* `PEERTUBE_PASSWORD` : password of your PeerTube account (if `--password PEERTUBE_PASSWORD` is omitted, you will be prompted for it) * `TARGET_URL` : the target url you want to import. Examples: * YouTube: * Channel: https://www.youtube.com/channel/ChannelId -- cgit v1.2.3