Skip to content

Commit

Permalink
Update silverback/_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <[email protected]>
  • Loading branch information
mikeshultz and fubuloubu authored Nov 27, 2023
1 parent 00b2bf9 commit e8dcda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run(cli_ctx, network, account, runner, max_exceptions, path):
asyncio.run(runner.run())


@cli.command(help="Run distributed worker only")
@cli.command(help="Run Silverback application task workers")
@ape_cli_context()
@verbosity_option()
@network_option(default=None, callback=_network_callback)
Expand Down

0 comments on commit e8dcda3

Please sign in to comment.