diff --git a/src/together/cli/cli.py b/src/together/cli/cli.py index 1a1614d5..3f619408 100644 --- a/src/together/cli/cli.py +++ b/src/together/cli/cli.py @@ -8,7 +8,7 @@ def main() -> None: parser = argparse.ArgumentParser( - description="Together Python Library", + description="Together CLI", prog="together", )