Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent d895bfe commit 926ade6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/gcs-configure-text-options
Expand Up @@ -33,11 +33,11 @@ commandLine
' hourse, equite, ',
String)
.option('-psm, --print-stems',
'List the domain's stems.')
'List the domain\'s stems.')
.option('-psw, --print-stopwords',
'List the domain's stopwords.')
'List the domain\'s stopwords.')
.option('-psn, --print-synonyms',
'List the domain's synonyms.')
'List the domain\'s synonyms.')
.parse();

commandLine.assertHaveDomainName();
Expand Down

0 comments on commit 926ade6

Please sign in to comment.