diff options
author | John Livingston <git@john-livingston.fr> | 2021-12-13 18:56:12 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-12-14 09:00:08 +0100 |
commit | 9234110650495c05e04abee6a5934a27eb2f32a9 (patch) | |
tree | 8f142e2f018ffd618e25eba283d0b4b95106eb70 /server | |
parent | ab18fadfd1104ff2fab1b7e90915426a0c707b7f (diff) | |
download | PeerTube-9234110650495c05e04abee6a5934a27eb2f32a9.tar.gz PeerTube-9234110650495c05e04abee6a5934a27eb2f32a9.tar.zst PeerTube-9234110650495c05e04abee6a5934a27eb2f32a9.zip |
Fix typo.
Diffstat (limited to 'server')
-rw-r--r-- | server/tools/peertube-redundancy.ts | 2 |
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' | |||
12 | import bytes = require('bytes') | 12 | import bytes = require('bytes') |
13 | 13 | ||
14 | program | 14 | program |
15 | .name('plugins') | 15 | .name('redundancy') |
16 | .usage('[command] [options]') | 16 | .usage('[command] [options]') |
17 | 17 | ||
18 | program | 18 | program |