Navigation Menu

Skip to content

Commit

Permalink
Fix missing --domain-name option for cs-configure-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 3, 2012
1 parent 82d5604 commit e93f6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cs-configure-fields
Expand Up @@ -13,7 +13,7 @@ program
'The type of the field that you are configuring or deleting: ' +
'text, literal, uint. Required.',
String)
.option('-d, --type <field type>',
.option('-d, --domain-name <domain name>',
'The name of the domain that you are configuring. Required.',
String)
.option('--delete',
Expand Down

0 comments on commit e93f6b5

Please sign in to comment.