mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 09:18:29 +00:00
cli: clarify garage block is node-local
Prevents some of the confusion from https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/810.
This commit is contained in:
committed by
maximilien
parent
123d3e1f04
commit
15847a636a
@@ -48,7 +48,7 @@ pub enum Command {
|
|||||||
#[structopt(name = "worker", version = garage_version())]
|
#[structopt(name = "worker", version = garage_version())]
|
||||||
Worker(WorkerOperation),
|
Worker(WorkerOperation),
|
||||||
|
|
||||||
/// Low-level debug operations on data blocks
|
/// Low-level node-local debug operations on data blocks
|
||||||
#[structopt(name = "block", version = garage_version())]
|
#[structopt(name = "block", version = garage_version())]
|
||||||
Block(BlockOperation),
|
Block(BlockOperation),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user