aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-05-07 19:41:50 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-05-07 19:41:50 +0800
commit02147f546e60ab16e0573cd73e524840f924d4de (patch)
treee7174b46e42621e5476b2b25ae6e166cf9342e88
parent3d51bc1ada697e4b4fdac83bc61b2a4459d59469 (diff)
downloaddexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.tar
dexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.tar.gz
dexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.tar.bz2
dexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.tar.lz
dexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.tar.xz
dexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.tar.zst
dexon-0x-contracts-02147f546e60ab16e0573cd73e524840f924d4de.zip
Fix comments
-rw-r--r--packages/deployer/src/cli.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/deployer/src/cli.ts b/packages/deployer/src/cli.ts
index 9c029a225..8c89cf382 100644
--- a/packages/deployer/src/cli.ts
+++ b/packages/deployer/src/cli.ts
@@ -64,7 +64,7 @@ async function onDeployCommandAsync(argv: CliOptions): Promise<void> {
await commands.deployAsync(argv.contract as string, deployerArgs, deployerOpts);
}
/**
- * Provides extra required options for deploy command.
+ * Adds additional required options for when the user is calling the deploy command.
* @param yargsInstance yargs instance provided in builder function callback.
*/
function deployCommandBuilder(yargsInstance: any) {
@@ -101,7 +101,7 @@ function deployCommandBuilder(yargsInstance: any) {
}
/**
- * Provides extra required options for compile command.
+ * Adds additional required options for when the user is calling the compile command.
* @param yargsInstance yargs instance provided in builder function callback.
*/
function compileCommandBuilder(yargsInstance: any) {