From c847c773a09823297d453bf3ac3b019e79ebb59b Mon Sep 17 00:00:00 2001 From: madonuko Date: Wed, 24 Jul 2024 18:23:21 +0800 Subject: [PATCH] fix(cli): description for `--filters` --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 0215783..8f32e87 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -192,7 +192,7 @@ pub enum Command { /// Labels to pass to the scripts #[clap(short, long)] labels: Option, - /// Filter out projects if the labels specified in anda.hcl match + /// Only run update scripts in project with the specified labels #[clap(short, long)] filters: Option, },