./dedupe help

This commit is contained in:
Jack Liao 2020-07-07 19:15:49 +08:00
parent fc47b77161
commit 5d1fac2157
1 changed files with 1 additions and 1 deletions

2
dedupe
View File

@ -1,7 +1,7 @@
#!/usr/bin/env node
const { argv } = require('yargs')
.usage('用法: ./$0 <source id> <target id> [options]')
.usage('用法: ./$0 <folder-id> [options]')
.alias('u', 'update')
.describe('u', '不使用本地缓存,强制从线上获取源文件夹信息')
.alias('S', 'service_account')