diff options
Diffstat (limited to 'cli/commands/bridge')
| -rw-r--r-- | cli/commands/bridge/finnegan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/bridge/finnegan.py b/cli/commands/bridge/finnegan.py index 376ff7b..25482e4 100644 --- a/cli/commands/bridge/finnegan.py +++ b/cli/commands/bridge/finnegan.py @@ -15,7 +15,7 @@ from app.utils.word_utils import is_oe, is_slang, is_scots, is_compound_word, fi @click.option('-s', '--splits', 'opt_splits', required=True, type=int, default=2, help='Minimum length') @click.option('-c', '--categories', 'opt_category_count', required=True, type=int, default=2, - help='Categories to use for synonyms per word-fragment') + help='Categories to use for synonyms per word-fragment, or specify 0 to use all categories') @click.option('-oe', '--include_oe', 'opt_include_oe', is_flag=True, help='Whether to include OE/archaic words') @click.option('-sl', '--include_slang', 'opt_include_slang', is_flag=True, |
