Skip to content

Commit

Permalink
Merge branch 'feat/persistence' of github.com:ApeWorX/silverback into…
Browse files Browse the repository at this point in the history
… feat/persistence
  • Loading branch information
mikeshultz committed Nov 27, 2023
2 parents ee76273 + e8dcda3 commit 9779c4b
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 9779c4b

Please sign in to comment.