Skip to content

Commit 87a4840

Browse files
authored
Apply suggestion from @YuriiMotov
1 parent 0a62c9b commit 87a4840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def dev(
303303
log_config: Annotated[
304304
Path | None,
305305
typer.Option(
306-
help="Logging configuration file. Supported formats: .ini, .json, .yaml. be tried."
306+
help="Logging configuration file. Supported formats: .ini, .json, .yaml."
307307
),
308308
] = None,
309309
) -> Any:

0 commit comments

Comments
 (0)