diff options
Diffstat (limited to 'server/tools/peertube.ts')
-rwxr-xr-x | server/tools/peertube.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube.ts b/server/tools/peertube.ts index 21609deed..ad76bafb4 100755 --- a/server/tools/peertube.ts +++ b/server/tools/peertube.ts | |||
@@ -7,7 +7,7 @@ import { | |||
7 | } from './cli' | 7 | } from './cli' |
8 | 8 | ||
9 | program | 9 | program |
10 | .version(version(), '-v, --version') | 10 | .version(version, '-v, --version') |
11 | .usage('[command] [options]') | 11 | .usage('[command] [options]') |
12 | 12 | ||
13 | /* Subcommands automatically loaded in the directory and beginning by peertube-* */ | 13 | /* Subcommands automatically loaded in the directory and beginning by peertube-* */ |