diff options
-rw-r--r-- | server/tools/peertube-auth.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tools/peertube-auth.ts b/server/tools/peertube-auth.ts index d4ad56e47..b5ecbd470 100644 --- a/server/tools/peertube-auth.ts +++ b/server/tools/peertube-auth.ts | |||
@@ -145,10 +145,10 @@ program | |||
145 | program.on('--help', function () { | 145 | program.on('--help', function () { |
146 | console.log(' Examples:') | 146 | console.log(' Examples:') |
147 | console.log() | 147 | console.log() |
148 | console.log(' $ peertube add -u peertube.cpy.re -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD"') | 148 | console.log(' $ peertube add -u https://peertube.cpy.re -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD"') |
149 | console.log(' $ peertube add -u peertube.cpy.re -U root') | 149 | console.log(' $ peertube add -u https://peertube.cpy.re -U root') |
150 | console.log(' $ peertube list') | 150 | console.log(' $ peertube list') |
151 | console.log(' $ peertube del peertube.cpy.re') | 151 | console.log(' $ peertube del https://peertube.cpy.re') |
152 | console.log() | 152 | console.log() |
153 | }) | 153 | }) |
154 | 154 | ||