Fix a typo

This commit is contained in:
Leonid Logvinov
2018-05-07 13:40:05 +02:00
parent 0f1589a43f
commit 95df4433dc

View File

@@ -76,7 +76,7 @@ function deployCommandBuilder(yargsInstance: any) {
})
.option('contract', {
type: 'string',
description: 'name of contract to deploy, exluding .sol extension',
description: 'name of contract to deploy, excluding .sol extension',
})
.option('args', {
type: 'string',