Skip to content

Commit

Permalink
Change check command doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Mar 11, 2023
1 parent b58ef38 commit 5407ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/search_schema/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def clear(group: str):

@search_schema.command()
def check():
"""Check if a schema contains all the required fields"""
"""Check if a schema is properly configured"""
conn: SearchEngineType = facade.connect()
check_result: dict[str, dict[str, Any]] = conn.check_schema()

Expand Down

0 comments on commit 5407ee2

Please sign in to comment.