Skip to content

Commit

Permalink
fix(cli): description for --filters
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jul 24, 2024
1 parent 12230d6 commit c847c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub enum Command {
/// Labels to pass to the scripts
#[clap(short, long)]
labels: Option<String>,
/// 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<String>,
},
Expand Down

0 comments on commit c847c77

Please sign in to comment.