Skip to content

Commit

Permalink
Update old copy in help suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Lee committed Mar 15, 2021
1 parent 238c09c commit 516ed2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/commands/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class GetCommand extends Command {
console.log();
console.log(`Try removing the existing directory first.`);
console.log();
console.log(`Use ${chalk.bold('lib get ' + service + ' --write-over')} to override.`);
console.log(`Use ${chalk.bold('lib download ' + service + ' --write-over')} to override.`);
console.log();
return callback(null);
}
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class InitCommand extends Command {
console.log(`Your Autocode development environment has been initialized.`);
console.log();
console.log(`Use ${chalk.bold('lib create <service>')} to create a new (local) service package.`);
console.log(`or type ${chalk.bold('lib get <service>')} to download an existing service package.`);
console.log(`or type ${chalk.bold('lib download <service>')} to download an existing service package.`);
console.log()
console.log(`Additionally, use ${chalk.bold('lib help')} to see more commands.`)
console.log();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib.cli",
"version": "5.2.3",
"version": "5.2.4",
"description": "Command Line tools for Autocode - autocode.com",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 516ed2a

Please sign in to comment.