aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/peertube-redundancy.ts
diff options
context:
space:
mode:
authorJohn Livingston <git@john-livingston.fr>2021-12-13 18:56:12 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-12-14 09:00:08 +0100
commit9234110650495c05e04abee6a5934a27eb2f32a9 (patch)
tree8f142e2f018ffd618e25eba283d0b4b95106eb70 /server/tools/peertube-redundancy.ts
parentab18fadfd1104ff2fab1b7e90915426a0c707b7f (diff)
downloadPeerTube-9234110650495c05e04abee6a5934a27eb2f32a9.tar.gz
PeerTube-9234110650495c05e04abee6a5934a27eb2f32a9.tar.zst
PeerTube-9234110650495c05e04abee6a5934a27eb2f32a9.zip
Fix typo.
Diffstat (limited to 'server/tools/peertube-redundancy.ts')
-rw-r--r--server/tools/peertube-redundancy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-redundancy.ts b/server/tools/peertube-redundancy.ts
index 7e27ca49e..12c412b67 100644
--- a/server/tools/peertube-redundancy.ts
+++ b/server/tools/peertube-redundancy.ts
@@ -12,7 +12,7 @@ import { assignToken, buildServer, getServerCredentials } from './cli'
12import bytes = require('bytes') 12import bytes = require('bytes')
13 13
14program 14program
15 .name('plugins') 15 .name('redundancy')
16 .usage('[command] [options]') 16 .usage('[command] [options]')
17 17
18program 18program