Fix upload script preview short option
This commit is contained in:
parent
971077bccd
commit
780f17f116
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export function defineUploadProgram () {
|
|||
.option('-U, --username <username>', 'Username')
|
||||
.option('-p, --password <token>', 'Password')
|
||||
.option('-b, --thumbnail <thumbnailPath>', 'Thumbnail path')
|
||||
.option('-v, --preview <previewPath>', 'Preview path')
|
||||
.option('--preview <previewPath>', 'Preview path')
|
||||
.option('-f, --file <file>', 'Video absolute file path')
|
||||
.option('-n, --video-name <name>', 'Video name')
|
||||
.option('-c, --category <category_number>', 'Category number')
|
||||
|
|
Loading…
Reference in a new issue