Skip to content

Commit c81a1b2

Browse files
authored
fix: CLI conn string option help message (#40)
1 parent 5baaa6a commit c81a1b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastapi_forge/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def main() -> None:
2929
)
3030
@click.option(
3131
"--conn-string",
32-
help="PostgreSQL connection string (e.g., postgresql://user:password@host:port/dbname)",
32+
help="Generate a project from a PostgreSQL connection string "
33+
"(e.g., postgresql://user:password@host:port/dbname)",
3334
)
3435
def start(
3536
use_example: bool = False,

0 commit comments

Comments
 (0)