Skip to content

Commit

Permalink
docs: updating load statuses CLI docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulmer committed Oct 15, 2024
1 parent e29c478 commit f17b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aim/cli/digifeeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def add_to_db(
@app.command()
def load_statuses():
"""
Fetch the statuses from the database.
Load the statuses into the database.
"""
with main.SessionLocal() as db_session:
models.load_statuses(session=db_session)
Expand Down

0 comments on commit f17b26a

Please sign in to comment.