X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fupload.ts;h=4d40c8c1a23824822a549cb38b567e9f9edadae3;hb=8e0fd45e14993793c64e06682a4a05c29068d398;hp=765e9618a99fbdd4bad401950a0488443fee7d45;hpb=72de91cb109b091fff607fbb0c6968bb8a1c97f3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/upload.ts b/server/tools/upload.ts index 765e9618a..4d40c8c1a 100644 --- a/server/tools/upload.ts +++ b/server/tools/upload.ts @@ -18,7 +18,7 @@ program .option('-c, --category ', 'Category number') .option('-m, --comments-enabled', 'Enable comments') .option('-l, --licence ', 'Licence number') - .option('-L, --language ', 'Language number') + .option('-L, --language ', 'Language ISO 639 code (fr or en...)') .option('-d, --video-description ', 'Video description') .option('-t, --tags ', 'Video tags', list) .option('-b, --thumbnail ', 'Thumbnail path') @@ -84,6 +84,7 @@ async function run () { fixture: program['file'], thumbnailfile: program['thumbnailPath'], previewfile: program['previewPath'], + waitTranscoding: true, privacy: program['privacy'], support: undefined }