diff options
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 | ||