forked from Deuxfleurs/garage
Merge pull request 'cli: clarify garage block
is node-local' (#813) from flokli/garage:block-node-local into main
Reviewed-on: Deuxfleurs/garage#813
This commit is contained in:
commit
a2c1de646b
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in a new issue