Skip to content

Commit

Permalink
docs(cli.py): change command line main description
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele-Alberti committed Mar 3, 2024
1 parent 83cfb5f commit 6f8d451
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dlunch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
)
@click.pass_context
def cli(ctx, hydra_overrides: tuple | None):
"""Command line interface for creating a local sqlite database.
To be used only for development purposes.
"""
"""Command line interface for managing Data-Lunch database and users."""
# global initialization
initialize(
config_path="conf", job_name="data_lunch_cli", version_base="1.3"
Expand Down

0 comments on commit 6f8d451

Please sign in to comment.