aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli/structs.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-04 10:44:42 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-04 10:44:42 +0200
commit920dec393a80fae5112bc9dd082b8635316d92c3 (patch)
tree273857d74b2ed55c3fb0cb565654f65467245769 /src/garage/cli/structs.rs
parent2e656b541b1dd1492798e1ed764fa40868da4d6a (diff)
downloadgarage-920dec393a80fae5112bc9dd082b8635316d92c3.tar.gz
garage-920dec393a80fae5112bc9dd082b8635316d92c3.zip
cli: more precise doc comment
Diffstat (limited to 'src/garage/cli/structs.rs')
-rw-r--r--src/garage/cli/structs.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/garage/cli/structs.rs b/src/garage/cli/structs.rs
index c4ebeb1a..651df42e 100644
--- a/src/garage/cli/structs.rs
+++ b/src/garage/cli/structs.rs
@@ -453,7 +453,7 @@ pub enum RepairWhat {
/// Do a full sync of metadata tables
#[structopt(name = "tables", version = garage_version())]
Tables,
- /// Repair (resync/rebalance) the set of stored blocks
+ /// Repair (resync/rebalance) the set of stored blocks in the cluster
#[structopt(name = "blocks", version = garage_version())]
Blocks,
/// Repropagate object deletions to the version table
@@ -471,7 +471,7 @@ pub enum RepairWhat {
#[structopt(subcommand)]
cmd: ScrubCmd,
},
- /// Rebalance data blocks among storage locations
+ /// Rebalance data blocks among HDDs on individual nodes
#[structopt(name = "rebalance", version = garage_version())]
Rebalance,
}