Navigation Menu

Skip to content

Commit

Permalink
Fix missing "-" for "--synonyms" option
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 926ade6 commit 80dc4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcs-configure-text-options
Expand Up @@ -24,7 +24,7 @@ commandLine
' or\n' +
' and',
String)
.option('-synonyms <path to synonyms file>',
.option('--synonyms <path to synonyms file>',
'The path for a synonyms dictionary file. Each line in the '+
'file should specify term forrowed by a comma-separated ' +
'list of its synonyms. For example:\n' +
Expand Down

0 comments on commit 80dc4ce

Please sign in to comment.