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