X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fcli.ts;h=d5416fc3870a8e24291881f1c8090a411deb10da;hb=68e70a745b2010cd0199864a2addd60d8f99c732;hp=ca05dab92cd37f92b800e10c2eda51ebcc054e95;hpb=3d3bb23816881167dd48f910862d7f5503d50460;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/cli.ts b/server/tools/cli.ts index ca05dab92..d5416fc38 100644 --- a/server/tools/cli.ts +++ b/server/tools/cli.ts @@ -119,9 +119,10 @@ function buildCommonVideoOptions (command: CommanderStatic) { .option('-d, --video-description ', 'Video description') .option('-P, --privacy ', 'Privacy') .option('-C, --channel-name ', 'Channel name') - .option('-m, --comments-enabled', 'Enable comments') + .option('--no-comments-enabled', 'Disable video comments') .option('-s, --support ', 'Video support text') - .option('-w, --wait-transcoding', 'Wait transcoding before publishing the video') + .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') }