Skip to content

Commit

Permalink
improve messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
eistrati committed Oct 10, 2018
1 parent e3a5e01 commit 99993bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands/configure.js
Expand Up @@ -11,9 +11,9 @@ class ConfigureCommand extends TerraformCommand {
*/
configure() {
this.setName('configure')
.setDescription('add, update or remove data from terrahub config files')
.addOption('config', 'c', 'config', String, '')
.addOption('global', 'G', 'fefgjiosgis', Boolean, false);
.setDescription('add, change or remove config parameters from terrahub config files')
.addOption('config', 'c', 'Configuration parameter to be affected by command execution', String, '')
.addOption('global', 'G', 'Update global config file instead of root or local', Boolean, false);
}

/**
Expand Down Expand Up @@ -125,4 +125,4 @@ class ConfigureCommand extends TerraformCommand {
}
}

module.exports = ConfigureCommand;
module.exports = ConfigureCommand;

0 comments on commit 99993bd

Please sign in to comment.