Revise help text for CLI "--project" arg
This commit is contained in:
@@ -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>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user