diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 09:57:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-24 09:57:58 +0200 |
commit | 5505981154195131f961beeba355cc1d173983f7 (patch) | |
tree | bb5db7d0b75ac8b36ab80341109dd1cbbb638999 /server | |
parent | b8ccbe5d06e056d7c2928fcfd6e68e89ef4bbb0a (diff) | |
download | PeerTube-5505981154195131f961beeba355cc1d173983f7.tar.gz PeerTube-5505981154195131f961beeba355cc1d173983f7.tar.zst PeerTube-5505981154195131f961beeba355cc1d173983f7.zip |
Fix auth add cli examples
Diffstat (limited to 'server')
-rw-r--r-- | server/tools/peertube-auth.ts | 8 |
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 | |||
149 | program.on('--help', function () { | 149 | program.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 | ||