Navigation Menu

Skip to content

Commit

Permalink
Fix missing variable problem
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent f4e5192 commit 9bc8ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cs-create-domain
Expand Up @@ -3,7 +3,7 @@
var CLI = require(__dirname + '/../lib/command-line').CommandLineInterface;
var commandLine = new CLI();

program
commandLine
.usage('--domain-name <domain name> [options]')
.option('-d, --domain-name <domain name>',
'The name of the domain that you are creating. Required.',
Expand Down

0 comments on commit 9bc8ca0

Please sign in to comment.