diff options
author | David Libeau <DavidLibeau@users.noreply.github.com> | 2018-05-31 18:28:34 +0000 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-01 08:36:21 +0200 |
commit | 50a3f3b821cd255ad8ae43f086aede0d2c9c778a (patch) | |
tree | b839a530809ea5022600eb67be56f9336115ccd1 /support | |
parent | a9614776665c8de5e752189408542f3a5478b5ba (diff) | |
download | PeerTube-50a3f3b821cd255ad8ae43f086aede0d2c9c778a.tar.gz PeerTube-50a3f3b821cd255ad8ae43f086aede0d2c9c778a.tar.zst PeerTube-50a3f3b821cd255ad8ae43f086aede0d2c9c778a.zip |
Remove "/" of PEERTUBE_URL example
With an url ended with a "/", the script returns an error.
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 fb6c2cdc4..43bc03622 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -51,7 +51,7 @@ $ cd ${CLONE} | |||
51 | $ node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" | 51 | $ node dist/server/tools/import-videos.js -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" -t "TARGET_URL" |
52 | ``` | 52 | ``` |
53 | 53 | ||
54 | * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re/ | 54 | * PEERTUBE_URL : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re |
55 | * PEERTUBE_USER : your PeerTube account where videos will be uploaded | 55 | * PEERTUBE_USER : your PeerTube account where videos will be uploaded |
56 | * PEERTUBE_PASSWORD : password of your PeerTube account (if ommited, you will be prompted for) | 56 | * PEERTUBE_PASSWORD : password of your PeerTube account (if ommited, you will be prompted for) |
57 | * TARGET_URL : the target url you want to import. Examples: | 57 | * TARGET_URL : the target url you want to import. Examples: |