Fix ipfs cli args (#496)

This commit is contained in:
runciblex 2021-09-30 01:58:54 +08:00 committed by GitHub
parent 4a321ca67e
commit c47ef716b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@ programCommand('upload')
'arweave',
)
.option(
'--ipfs-infura-project-id',
'--ipfs-infura-project-id <string>',
'Infura IPFS project id (required if using IPFS)',
)
.option(
'--ipfs-infura-secret',
'--ipfs-infura-secret <string>',
'Infura IPFS scret key (required if using IPFS)',
)
.option('--no-retain-authority', 'Do not retain authority to update metadata')