aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-24 09:57:58 +0200
committerChocobozzz <me@florianbigard.com>2020-08-24 09:57:58 +0200
commit5505981154195131f961beeba355cc1d173983f7 (patch)
treebb5db7d0b75ac8b36ab80341109dd1cbbb638999
parentb8ccbe5d06e056d7c2928fcfd6e68e89ef4bbb0a (diff)
downloadPeerTube-5505981154195131f961beeba355cc1d173983f7.tar.gz
PeerTube-5505981154195131f961beeba355cc1d173983f7.tar.zst
PeerTube-5505981154195131f961beeba355cc1d173983f7.zip
Fix auth add cli examples
-rw-r--r--server/tools/peertube-auth.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/tools/peertube-auth.ts b/server/tools/peertube-auth.ts
index 74bce7314..1a4fae4ce 100644
--- a/server/tools/peertube-auth.ts
+++ b/server/tools/peertube-auth.ts
@@ -149,10 +149,10 @@ program
149program.on('--help', function () { 149program.on('--help', function () {
150 console.log(' Examples:') 150 console.log(' Examples:')
151 console.log() 151 console.log()
152 console.log(' $ peertube add -u https://peertube.cpy.re -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD"') 152 console.log(' $ peertube auth add -u https://peertube.cpy.re -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD"')
153 console.log(' $ peertube add -u https://peertube.cpy.re -U root') 153 console.log(' $ peertube auth add -u https://peertube.cpy.re -U root')
154 console.log(' $ peertube list') 154 console.log(' $ peertube auth list')
155 console.log(' $ peertube del https://peertube.cpy.re') 155 console.log(' $ peertube auth del https://peertube.cpy.re')
156 console.log() 156 console.log()
157}) 157})
158 158