diff --git a/apps/peertube-cli/src/peertube-upload.ts b/apps/peertube-cli/src/peertube-upload.ts index 497478ac1a..705583f739 100644 --- a/apps/peertube-cli/src/peertube-upload.ts +++ b/apps/peertube-cli/src/peertube-upload.ts @@ -27,7 +27,6 @@ const program = new Command('upload') .option('-s, --support ', 'Video support text') .option('--no-wait-transcoding', 'Do not wait transcoding before publishing the video') .option('--no-download-enabled', 'Disable video download') - .option('-v, --verbose ', 'Verbosity, from 0/\'error\' to 4/\'debug\'', 'info') export function defineUploadProgram () { program.action(async options => {