From 5ae76de893b3ea92bfa9ad4f00473a8545ea84aa Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Mon, 9 Dec 2024 18:38:07 +0200 Subject: [PATCH] Fix cache group CLI option name --- .../src/bin/subspace-farmer/commands/cluster/controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/subspace-farmer/src/bin/subspace-farmer/commands/cluster/controller.rs b/crates/subspace-farmer/src/bin/subspace-farmer/commands/cluster/controller.rs index 3e47037161..8757b14f78 100644 --- a/crates/subspace-farmer/src/bin/subspace-farmer/commands/cluster/controller.rs +++ b/crates/subspace-farmer/src/bin/subspace-farmer/commands/cluster/controller.rs @@ -56,7 +56,7 @@ pub(super) struct ControllerArgs { /// /// It is strongly recommended to use alphanumeric values for cache group, the same cache group /// must be also specified on corresponding caches. - #[arg(long, default_value = "default")] + #[arg(long = "cache-group", default_value = "default")] cache_groups: Vec, /// Number of service instances. ///