Skip to content

Commit

Permalink
Update src/py/flwr/cli/run/run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Sep 26, 2024
1 parent ae963f2 commit 01d1675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/cli/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run(
typer.Option(
"--stream",
help="Use `--stream` with `flwr run` to display logs;\n "
"logs are hidden by default.",
"logs are not streamed by default.",
),
] = False,
) -> None:
Expand Down

0 comments on commit 01d1675

Please sign in to comment.