Skip to content

Commit

Permalink
Fix cache group CLI option name
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Dec 9, 2024
1 parent e4a1210 commit 5ae76de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
/// Number of service instances.
///
Expand Down

0 comments on commit 5ae76de

Please sign in to comment.