summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-13 14:50:05 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-13 14:50:05 +0200
commit6145dd0293ac2ba35f49b2a0f5d5c4b724f79302 (patch)
tree3ddc4a22d56b4cbfb1ccb8107016ef1d2b3f9af9
parent96a1562e93a6fd6b8715608800c5d7909deafcb5 (diff)
category count
-rw-r--r--cli/commands/bridge/finnegan.py2
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,