diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-13 14:50:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-13 14:50:05 +0200 |
| commit | 6145dd0293ac2ba35f49b2a0f5d5c4b724f79302 (patch) | |
| tree | 3ddc4a22d56b4cbfb1ccb8107016ef1d2b3f9af9 /cli/commands/bridge/finnegan.py | |
| parent | 96a1562e93a6fd6b8715608800c5d7909deafcb5 (diff) | |
category count
Diffstat (limited to 'cli/commands/bridge/finnegan.py')
| -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, |
