Skip to content

Commit

Permalink
Remove "/" of PEERTUBE_URL example
Browse files Browse the repository at this point in the history
With an url ended with a "/", the script returns an error.
  • Loading branch information
DavidLibeau authored and Chocobozzz committed Jun 1, 2018
1 parent a961477 commit 50a3f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/doc/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ cd ${CLONE}
$ 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/
* 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 ommited, you will be prompted for)
* TARGET_URL : the target url you want to import. Examples:
Expand Down

0 comments on commit 50a3f3b

Please sign in to comment.