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 0f630b0 + db7cce6 commit 4a6a65a
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 @@ -64,7 +64,7 @@ async def run_worker(broker: AsyncBroker, worker_count=2, shutdown_timeout=90):
await shutdown_broker(broker, shutdown_timeout)


@cli.command(help="Run Silverback application")
@cli.command(help="Run Silverback application client")
@ape_cli_context()
@verbosity_option()
@network_option(default=None, callback=_network_callback)
Expand Down

0 comments on commit 4a6a65a

Please sign in to comment.