summaryrefslogtreecommitdiff
path: root/cli/commands/api/category.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/commands/api/category.py')
-rw-r--r--cli/commands/api/category.py2
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):