Navigation Menu

Skip to content

Commit

Permalink
Accept --domain-name option by gcs-configure-text-options
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 80dc4ce commit 2f23509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gcs-configure-text-options
Expand Up @@ -5,8 +5,8 @@ var commandLine = new CLI();
var fs = require('fs');

commandLine
.option('--name <field name>',
'The name of the field you are configuring or deleting. Required.',
.option('-d, --domain-name <domain name>',
'The name of the domain that you are querying or configuring. Required.',
String)
.option('-stems <path to stems file>',
'The path for a stemming dictionary file. The stemming ' +
Expand Down

0 comments on commit 2f23509

Please sign in to comment.