aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorPablo Joubert <pjoubert@embl.fr>2019-09-17 09:42:12 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-09-17 10:01:10 +0200
commit8a08bc1ed57e50ca20fba2a9c34c9bb0e13501a1 (patch)
treefd979c7949593e5aad2cd7bd24569e6cdeb684a8 /support
parentd2f79ee2fdbc7789986cfefc73868acf665237f1 (diff)
downloadPeerTube-8a08bc1ed57e50ca20fba2a9c34c9bb0e13501a1.tar.gz
PeerTube-8a08bc1ed57e50ca20fba2a9c34c9bb0e13501a1.tar.zst
PeerTube-8a08bc1ed57e50ca20fba2a9c34c9bb0e13501a1.zip
Change cli parameter from -t to good --target-url
Diffstat (limited to 'support')
-rw-r--r--support/doc/tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md
index dd2a03db7..ee0de4695 100644
--- a/support/doc/tools.md
+++ b/support/doc/tools.md
@@ -124,7 +124,7 @@ $ node dist/server/tools/peertube-import-videos.js \
124 -u 'PEERTUBE_URL' \ 124 -u 'PEERTUBE_URL' \
125 -U 'PEERTUBE_USER' \ 125 -U 'PEERTUBE_USER' \
126 --password 'PEERTUBE_PASSWORD' \ 126 --password 'PEERTUBE_PASSWORD' \
127 -t 'TARGET_URL' 127 --target-url 'TARGET_URL'
128``` 128```
129 129
130* `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re 130* `PEERTUBE_URL` : the full URL of your PeerTube server where you want to import, eg: https://peertube.cpy.re