diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-03-22 00:00:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:10 +0200 |
commit | 8e0524ae15e5252aecd30dc01d6993810cf49811 (patch) | |
tree | c12c1079617112c90bd47d3240587ebb54bdaf9b /src/garage | |
parent | f9bd2d8fb79a8f3dbea54834b39e65438846ea5c (diff) | |
download | garage-8e0524ae15e5252aecd30dc01d6993810cf49811.tar.gz garage-8e0524ae15e5252aecd30dc01d6993810cf49811.zip |
document rpc crate
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli.rs b/src/garage/cli.rs index eb8275a9..55cd222b 100644 --- a/src/garage/cli.rs +++ b/src/garage/cli.rs @@ -80,7 +80,7 @@ pub struct ConfigureNodeOpt { #[structopt(short = "c", long = "capacity")] capacity: Option<u32>, - /// Optionnal node tag + /// Optional node tag #[structopt(short = "t", long = "tag")] tag: Option<String>, |