diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-21 13:38:14 +0300 |
---|---|---|
committer | maximilien <me@mricher.fr> | 2024-05-07 07:42:33 +0000 |
commit | 15847a636a475eafd6479e2e0dce69a57b238f73 (patch) | |
tree | a2d8c5197352f5e47fddab8f85b769f8fdf6630c /src/garage | |
parent | 123d3e1f0414341a2bfe19a5682180735fb63523 (diff) | |
download | garage-15847a636a475eafd6479e2e0dce69a57b238f73.tar.gz garage-15847a636a475eafd6479e2e0dce69a57b238f73.zip |
cli: clarify `garage block` is node-local
Prevents some of the confusion from
https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/810.
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/cli/structs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli/structs.rs b/src/garage/cli/structs.rs index 8380b5e2..6a9e6bfb 100644 --- a/src/garage/cli/structs.rs +++ b/src/garage/cli/structs.rs @@ -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), |