Skip to content

Commit

Permalink
chore: fix help message serve (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Jul 14, 2023
1 parent 7efdc66 commit ced2914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vectordb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def vectordb():
pass


@vectordb.command(help='Deploy a vectorDB app to Jina AI Cloud')
@vectordb.command(help='Deploy a vectorDB db to Jina AI Cloud')
@click.option(
'--db',
'--app',
Expand Down Expand Up @@ -48,7 +48,7 @@ def deploy(db, protocol, shards):
obj_name=obj_name)


@vectordb.command(help='Deploy a vectorDB app to Jina AI Cloud')
@vectordb.command(help='Locally serve a vectorDB db')
@click.option(
'--db',
'--app',
Expand Down

0 comments on commit ced2914

Please sign in to comment.