diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-05 11:09:25 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-05 11:09:25 +0000 |
commit | cb07e6145cf26a9bbbe44fd06090a099030d0750 (patch) | |
tree | 94ad886dacb0dbbd6394b05d37f79763e5c02bea /src/garage/cli/structs.rs | |
parent | 80e4abb98dfbf2e88414a8b28e8c9134fa0a65e7 (diff) | |
download | garage-cb07e6145cf26a9bbbe44fd06090a099030d0750.tar.gz garage-cb07e6145cf26a9bbbe44fd06090a099030d0750.zip |
Changed all instances of assignation to assignment.
Diffstat (limited to 'src/garage/cli/structs.rs')
-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 531501bf..dcb9fef9 100644 --- a/src/garage/cli/structs.rs +++ b/src/garage/cli/structs.rs @@ -17,7 +17,7 @@ pub enum Command { #[structopt(name = "node", version = garage_version())] Node(NodeOperation), - /// Operations on the assignation of node roles in the cluster layout + /// Operations on the assignment of node roles in the cluster layout #[structopt(name = "layout", version = garage_version())] Layout(LayoutOperation), |