Revise help text for CLI "--project" arg

This commit is contained in:
2025-07-21 14:57:18 -05:00
parent e954a2b09a
commit 333636b524

View File

@@ -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<String>,