cli: clarify `garage block` is node-local
ci/woodpecker/pr/debug Pipeline was successful Details

Prevents some of the confusion from
#810.
This commit is contained in:
Florian Klink 2024-04-21 13:38:14 +03:00
parent 33c2086d9e
commit 8e81036a82
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ pub enum Command {
#[structopt(name = "worker", version = garage_version())]
Worker(WorkerOperation),
/// Low-level debug operations on data blocks
/// Low-level node-local debug operations on data blocks
#[structopt(name = "block", version = garage_version())]
Block(BlockOperation),