diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-04-01 01:05:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-04-01 01:05:53 +0200 |
| commit | bb5f8a9fe7f3968588b45eeaa0c993ef314ca904 (patch) | |
| tree | 2535fae43c4937ae45357a4e8108ad355220e5c4 /cli/commands/api/category.py | |
| parent | 2b407d1f4a608d0ac23592ff16def77797e4fa41 (diff) | |
begin bridge
Diffstat (limited to 'cli/commands/api/category.py')
| -rw-r--r-- | cli/commands/api/category.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/api/category.py b/cli/commands/api/category.py index 5b688f0..b5d1b84 100644 --- a/cli/commands/api/category.py +++ b/cli/commands/api/category.py @@ -8,7 +8,7 @@ import simplejson as json from app.thesaurus.api import Thesaurus @click.command() -@click.option('-c', '--id', 'opt_cat_id', required=True, +@click.option('-i', '--id', 'opt_cat_id', required=True, help='Category ID') @click.pass_context def cli(ctx, opt_cat_id): |
