Skip to content

Commit

Permalink
Changed --usecpcode to --cpcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasir Ahmed Raffick committed Feb 21, 2019
1 parent 657823a commit 0715d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ program
.option('-n, --name <string>', 'name of sandbox')
.option('-H, --requesthostnames <string>', 'comma separated list of request hostnames')
.option('--recipe <path>', 'path to recipe json file')
.option('-C, --usecpcode <cpcode>', 'specify a pre-existing cpcode instead of letting the system generate a new one')
.option('-C, --cpcode <cpcode>', 'specify a pre-existing cpcode instead of letting the system generate a new one')
.action(async function (options) {
helpExitOnNoArgs(options);
const cpcode = options.usecpcode;
Expand Down

0 comments on commit 0715d9e

Please sign in to comment.