diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-23 14:39:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-23 14:39:52 +0200 |
commit | 9d3ef9fe052ed29bd67566754cb28662bd122234 (patch) | |
tree | 7b704dbc0b2c8b4ca18bef2409d640d0019c3d0a /server/tools/upload.ts | |
parent | 2a2c19dfef7a9aa313c6ca0798f271c9a63449a9 (diff) | |
download | PeerTube-9d3ef9fe052ed29bd67566754cb28662bd122234.tar.gz PeerTube-9d3ef9fe052ed29bd67566754cb28662bd122234.tar.zst PeerTube-9d3ef9fe052ed29bd67566754cb28662bd122234.zip |
Use ISO 639 for languages
Diffstat (limited to 'server/tools/upload.ts')
-rw-r--r-- | server/tools/upload.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/upload.ts b/server/tools/upload.ts index 765e9618a..177d849f3 100644 --- a/server/tools/upload.ts +++ b/server/tools/upload.ts | |||
@@ -18,7 +18,7 @@ program | |||
18 | .option('-c, --category <category number>', 'Category number') | 18 | .option('-c, --category <category number>', 'Category number') |
19 | .option('-m, --comments-enabled', 'Enable comments') | 19 | .option('-m, --comments-enabled', 'Enable comments') |
20 | .option('-l, --licence <licence number>', 'Licence number') | 20 | .option('-l, --licence <licence number>', 'Licence number') |
21 | .option('-L, --language <language number>', 'Language number') | 21 | .option('-L, --language <language code>', 'Language ISO 639 code (fr or en...)') |
22 | .option('-d, --video-description <description>', 'Video description') | 22 | .option('-d, --video-description <description>', 'Video description') |
23 | .option('-t, --tags <tags>', 'Video tags', list) | 23 | .option('-t, --tags <tags>', 'Video tags', list) |
24 | .option('-b, --thumbnail <thumbnailPath>', 'Thumbnail path') | 24 | .option('-b, --thumbnail <thumbnailPath>', 'Thumbnail path') |