diff --git a/src/cli.rs b/src/cli.rs index b5a25b3..c8fffe1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -12,7 +12,7 @@ pub struct Args { #[arg( short = 'p', long = "project", - help = "Path to project (relative or absolute). Used to select configuration." + help = "Path to project (relative or absolute). Used to override configuration selection." )] pub project: Option,