diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-25 12:03:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 12:03:13 +0200 |
commit | 47e26ec7618554e996cfea4c2032a7ebffc21acc (patch) | |
tree | 682c65964b5a189af3361def4fb50d2a6c2cde53 /server/tools | |
parent | 2c434c348c72169931a57a3b798cbfa49f70695c (diff) | |
download | PeerTube-47e26ec7618554e996cfea4c2032a7ebffc21acc.tar.gz PeerTube-47e26ec7618554e996cfea4c2032a7ebffc21acc.tar.zst PeerTube-47e26ec7618554e996cfea4c2032a7ebffc21acc.zip |
Fix peertube auth help
Diffstat (limited to 'server/tools')
-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 | ||